Code review comment for lp:~cjohnston/uci-engine/wait

Revision history for this message
Andy Doan (doanac) wrote :

30 + except KeyError:
31 + tries += 1
32 + import time
33 + time.sleep(5)

can we move the import to the top of the module. Also - might be worth a log.info('open-ports not found waiting...')

« Back to merge proposal