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/queue.py

    r38969 r38987  
    7373
    7474                # for object-like batches, info comes from dvo
    75                 if (batchType == "OB" or batchType =="DO" or batchType =="FO" or batchType = "FG"):
     75                if (batchType == "OB" or batchType =="DO" or batchType =="FO" or batchType == "FG"):
    7676                    self.dvoObjects.setSkyArea(
    7777                            self.skychunk.minRa,
Note: See TracChangeset for help on using the changeset viewer.