Skip to content

Commit

Permalink
Merge pull request #9 from markmckinnon/update-artifacts-with-usernam…
Browse files Browse the repository at this point in the history
…e-and-sourcefile-for-autopsy

Fixes
  • Loading branch information
markmckinnon committed Jul 1, 2023
2 parents 68b688b + bb9d4e5 commit a35a5d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/artifacts/chromiumSearchTerms.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_chromeSearchTerms(files_found, report_folder, seeker, wrap_text):
if wrap_text:
data_list.append((row[4], row[1],(textwrap.fill(row[3], width=100)), user_name, file_found))
else:
data_list.append((row[4], row[1], row[3]. user_name, file_found))
data_list.append((row[4], row[1], row[3], user_name, file_found))

report.write_artifact_data_table(data_headers, data_list, file_found)
report.end_artifact_report()
Expand Down

0 comments on commit a35a5d2

Please sign in to comment.