mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Merge pull request #1142 from sidheshenator/python_report_in_tree_view
Python report in tree view
This commit is contained in:
commit
23bf795736
@ -64,6 +64,7 @@ class SampleGeneralReportModule(GeneralReportModuleAdapter):
|
||||
# Write the result to the report file.
|
||||
report = open(reportPath + '\\' + self.getRelativeFilePath(), 'w')
|
||||
report.write("file count = %d" % fileCount)
|
||||
Case.getCurrentCase().addReport(report.name, "SampleGeneralReportModule", "Sample Python Report");
|
||||
report.close()
|
||||
progressBar.increment()
|
||||
progressBar.complete()
|
Loading…
x
Reference in New Issue
Block a user