Changeset 34972
- Timestamp:
- Jan 18, 2013, 10:23:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/ipptopspsdb.py
r34952 r34972 756 756 WHERE host = '" + host + "' \ 757 757 AND pid = " + str(pid)) 758 758 759 ''' 759 760 Sets the config field for a set of loader clients … … 831 832 try: 832 833 rs = self.executeQuery(sql) 833 rs.first()834 if rs.first() is False: return False 834 835 if rs.getInt(1) == 1: return True 835 836 else: return False
Note:
See TracChangeset
for help on using the changeset viewer.
