MarkBaggett / srum-dump

A forensics tool to convert the data in the Windows srum (System Resource Usage Monitor) database to an xlsx spreadsheet.
GNU General Public License v3.0
595 stars 96 forks source link

Quiet option #14

Closed Beercow closed 5 years ago

Beercow commented 5 years ago

Error due to line not being indented.

Traceback (most recent call last): File "srum_dump_csv.py", line 361, in print("While you wait, did you know ...\n"+ad+"\n") NameError: name 'ad' is not defined

Traceback (most recent call last): File "srum_dump.py", line 328, in print("While you wait, did you know ...\n"+ad+"\n") NameError: name 'ad' is not defined

MarkBaggett commented 5 years ago

Thanks for reporting the issue. I think this is fixed in the version I just pushed. If you agree and want to close the ticket please do so. If you still have an issue let me know. If I don't hear anything more I'll close the ticket.

Beercow commented 5 years ago

I’ll take a look tomorrow morning and close the ticket if it’s good to go. Thanks.

Beercow commented 5 years ago

Thank you for the prompt update. Everything works.