Changeset 647 in tmcsimulator for trunk/src/python/unifiedlogger/activitylog_watcher.py
- Timestamp:
- 09/02/2022 04:10:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python/unifiedlogger/activitylog_watcher.py
r645 r647 63 63 log_file = open (getLogFilePath() + logfilename,'r') 64 64 except IOError: 65 print "Error: missing "+ logfilepath+ logfilename + " file."65 print "Error: missing "+getLogFilePath() + logfilename + " file." 66 66 else: 67 67 logData=log_file.read() # Read the activity log … … 80 80 data_summary = open(getLogFilePath() + data_summary, 'r') 81 81 except IOError: 82 print "Error: missing "+ logfilepath+ data_summary + " file."82 print "Error: missing "+getLogFilePath() + data_summary + " file." 83 83 else: 84 84 # read in incident_description json file that contains Incident summary data
Note: See TracChangeset
for help on using the changeset viewer.
