Changeset 137 for trunk


Ignore:
Timestamp:
10/13/06 15:35:34 (18 years ago)
Author:
bas
Message:

src/PBSQuery.py:

  • Fixed an error in has_key function for the batch objects, Must return 0 instead of None.


Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r136 r137  
     1pbs-python (2.9.2-3) unstable; urgency=low
     2
     3  *  Fixed a has_key bug must return zero instead of None
     4     Thanks to Ramon Bastiaans for reporting
     5
     6 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 13 Oct 2006 15:33:25 +0200
     7
    18pbs-python (2.9.2-2) unstable; urgency=low
    29
  • trunk/src/PBSQuery.py

    r99 r137  
    240240           return self.TRUE
    241241        else:
    242            return None
     242           return self.FAlSE
    243243
    244244    def keys(self):
Note: See TracChangeset for help on using the changeset viewer.