Skip to content

Commit 6ecd3dd

Browse files
committed
Update tileApp.py
Added log to description to make it more specific
1 parent 8b65021 commit 6ecd3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/artifacts/tileApp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def get_tileApp(files_found, report_folder, seeker):
3838
data_list.append((datestamp, lat.lstrip(), longi.lstrip(), counter, head_tail[1]))
3939

4040
if len(data_list) > 0:
41-
description = 'Tile app recorded langitude and longitude coordinates.'
41+
description = 'Tile app log recorded langitude and longitude coordinates.'
4242
report = ArtifactHtmlReport('Locations')
43-
report.start_artifact_report(report_folder, 'Tile App Geolocation', description)
43+
report.start_artifact_report(report_folder, 'Tile App Geolocation Logs', description)
4444
report.add_script()
4545
data_headers = ('Timestamp', 'Latitude', 'Longitude', 'Row Number', 'Source File' )
4646
report.write_artifact_data_table(data_headers, data_list, head_tail[0])

0 commit comments

Comments
 (0)