IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2012, 4:40:58 PM (14 years ago)
Author:
rhenders
Message:

now aborting is no available scratch datbase found

File:
1 edited

Legend:

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

    r33677 r33776  
    5050        if not self.scratchDb.connected:
    5151            self.logger.errorPair("Cannot connect to a", "scratch database")
     52            return
    5253       
    5354        # create Datastore objects
     
    108109    '''
    109110    def run(self):
     111
     112        if not self.scratchDb.connected: return
    110113
    111114        numAttempts = 0
Note: See TracChangeset for help on using the changeset viewer.