Changeset 471 in tmcsimulator for trunk/src/python/unifiedlogger/cad_watcher.py


Ignore:
Timestamp:
07/29/2019 01:36:40 PM (7 years ago)
Author:
jdalbey
Message:

Coordinator.java: Fix defect 181 in sorting CADcomments. logging_service error messages improved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python/unifiedlogger/cad_watcher.py

    r467 r471  
    3636        if ex.errno == 2: 
    3737            # 'No such file or directory 
    38             print pathToLog + " missing: assuming reset" 
     38            print pathToLog + " missing: assuming reset." 
    3939            lastLineNum = 0   #Start over 
    4040            return [] 
     
    4848        if fileSize == 0: 
    4949            # Assume this is a read sync problem: Don't modify lastLineNum 
    50             print pathToLog+" is empty." 
     50            print pathToLog+" is empty, ignoring." 
    5151            return [] 
    5252        else: # file is good, read it. 
Note: See TracChangeset for help on using the changeset viewer.