mirror of
https://github.com/elisspace/autopsy.git
synced 2026-08-29 23:51:58 +00:00
Removed semi-colons and updated URLs to latest versions.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
# OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
# See http://sleuthkit.org/autopsy/docs/api-docs/4.1/index.html for documentation
|
||||
# See http://sleuthkit.org/autopsy/docs/api-docs/4.4/index.html for documentation
|
||||
|
||||
# Simple report module for Autopsy.
|
||||
# Used as part of Python tutorials from Basis Technology - September 2015
|
||||
@@ -71,7 +71,7 @@ class CSVReportModule(GeneralReportModuleAdapter):
|
||||
# TODO: Update this method to make a report
|
||||
# The 'baseReportDir' object being passed in is a string with the directory that reports are being stored in. Report should go into baseReportDir + getRelativeFilePath().
|
||||
# The 'progressBar' object is of type ReportProgressPanel.
|
||||
# See: http://sleuthkit.org/autopsy/docs/api-docs/4.1/classorg_1_1sleuthkit_1_1autopsy_1_1report_1_1_report_progress_panel.html
|
||||
# See: http://sleuthkit.org/autopsy/docs/api-docs/4.4/classorg_1_1sleuthkit_1_1autopsy_1_1report_1_1_report_progress_panel.html
|
||||
def generateReport(self, baseReportDir, progressBar):
|
||||
|
||||
# Open the output file.
|
||||
|
||||
Reference in New Issue
Block a user