Changeset 471 in tmcsimulator for trunk/src/python/unifiedlogger/cad_watcher.py
- Timestamp:
- 07/29/2019 01:36:40 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/python/unifiedlogger/cad_watcher.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python/unifiedlogger/cad_watcher.py
r467 r471 36 36 if ex.errno == 2: 37 37 # 'No such file or directory 38 print pathToLog + " missing: assuming reset "38 print pathToLog + " missing: assuming reset." 39 39 lastLineNum = 0 #Start over 40 40 return [] … … 48 48 if fileSize == 0: 49 49 # Assume this is a read sync problem: Don't modify lastLineNum 50 print pathToLog+" is empty ."50 print pathToLog+" is empty, ignoring." 51 51 return [] 52 52 else: # file is good, read it.
Note: See TracChangeset
for help on using the changeset viewer.
