IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 5:12:29 PM (11 years ago)
Author:
watersc1
Message:

Fix my typo of = instead of == in queue.py. Change count++ to count += 1 in batch.py because I guess python doesn't do ++? Comment out my change of queue_FG in ipptopspsdb.py because it breaks something when I attempt to run the test suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/ipptopspsdb.py

    r38969 r38987  
    11041104        ,queue_FW \
    11051105        ,queue_FO \
    1106         ,queue_FG \
    11071106        ,parallel \
    11081107        ,P2_smf_version \
     
    11121111        FROM skychunk \
    11131112        WHERE name = '" + self.skychunk.name + "'"
    1114 
     1113#        ,queue_FG \
    11151114        self.skychunk.batchTypes = []
    11161115
Note: See TracChangeset for help on using the changeset viewer.