Changeset 38995 for trunk/ippToPsps/jython/config.py
- Timestamp:
- Oct 28, 2015, 8:29:33 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/config.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/config.py
r38990 r38995 21 21 def __init__(self): 22 22 23 self.useOhanaMYSQLtoFITS = False23 self.useOhanaMYSQLtoFITS = True 24 24 self.test = False 25 25 self.resetDvo = False … … 41 41 # by default, we use gpc1test in a test, and do not if not a test 42 42 self.gpc1test = self.test 43 44 if sys.argv.count("-stilts"): 45 self.useOhanaMYSQLtoFITS = False 46 sys.argv.remove("-stilts") 43 47 44 48 if sys.argv.count("-realgpc"):
Note:
See TracChangeset
for help on using the changeset viewer.
