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

    r38981 r38987  
    484484
    485485            self.tablesLoaded.append(table.name)
    486             count ++
     486            count += 1
    487487
    488488        self.logger.infoPair("Done. Imported", "%d tables" % count)
Note: See TracChangeset for help on using the changeset viewer.