Skip to content

Commit

Permalink
fix fileline ref before assigned error
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Jun 4, 2020
1 parent 223a853 commit 1064061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/collectinfo_parser/cinfo_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ def _parse_new_collectinfo_to_imap(cinfo_path, section_list, section_skip_list,

def get_timestamp_from_file(cinfo_path):
timestamp = ''
fileline = ''
if not os.path.exists(cinfo_path):
logger.warning("collectinfo doesn't exist at Path: " + cinfo_path)
return
Expand Down

0 comments on commit 1064061

Please sign in to comment.