Error

Issue #4 resolved
Chung Park Chan created an issue
~/D/S/XXX-XXXXX ❯❯❯ python log-summarizer.py JIRA_support_XXXX-XX-XX-XX-XX-XX.zip jira                                             ⏎
You have provided a ZIP file.
Extracting Support ZIP to /Users/xxxxxx/Downloads/SupportAttachments/XXX-XXXXX/JIRA_support_XXXX-XX-XX-XX-XX-XX.
Merging log files.
Spliting files.
Traceback (most recent call last):
  File "log-summarizer.py", line 309, in <module>
    summarizer()
  File "log-summarizer.py", line 46, in __init__
    self.analyze_file(self.product, self.splitfile_path)
  File "log-summarizer.py", line 242, in analyze_file
    array.append(l.lstrip())
NameError: global name 'l' is not defined

What went wrong?

Comments (2)

  1. Log in to comment