mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
python report module shows up in the tree
This commit is contained in:
parent
f18420aa11
commit
dca20e80cd
@ -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