Changeset 40276
- Timestamp:
- Dec 12, 2017, 1:12:35 PM (9 years ago)
- Location:
- trunk/ippToPsps/jython
- Files:
-
- 2 edited
-
dvodetections.py (modified) (1 diff)
-
dvodiffdetections.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/dvodetections.py
r39007 r40276 24 24 25 25 super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db) 26 26 27 print "----- DvoDetections is not used, is it?? -----" 27 28 os._exit(1) -
trunk/ippToPsps/jython/dvodiffdetections.py
r38883 r40276 14 14 ''' 15 15 A class for ingesting DVO detections into MySQL 16 XXX EAM 20151029 : I do not believe this class is used at all. I am poisoning it with an exit 16 17 ''' 17 18 class DvoDetections(Dvo): … … 25 26 super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db) 26 27 # super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb) 28 29 print "----- DvoDetections is not used, is it?? -----" 30 os._exit(1) 27 31 28 32 # declare DVO file types of interest
Note:
See TracChangeset
for help on using the changeset viewer.
