Opened 13 years ago

Closed 13 years ago

#142 closed defect (fixed)

Current version of deb package does not work with new pbs_python

Reported by: bas Owned by: somebody
Priority: normal Milestone:
Component: general Version: 0.3
Keywords: Cc:
Estimated Number of Hours:

Description

The current interface for PBSQuery has been changed in pbs_python version 4.x and is incompatible with old one. So or you have to add:

self.pq.old_data_structure()

after the PBSQuery() function or port it to the new data structure. The function old_data_structure() will be deprecated in a feature release

Change History (1)

comment:1 Changed 13 years ago by ramonb

  • Resolution set to fixed
  • Status changed from new to closed
  • Version changed from 0.3.1 to 0.3

this has been fixed in 0.3 branch and will be released soon.

https://subtrac.sara.nl/oss/jobmonarch/changeset/656

Note: See TracTickets for help on using tickets.