From 4a343d4266d483282c4f5c0633434fedd3e7981f Mon Sep 17 00:00:00 2001 From: James Habben Date: Tue, 7 Jul 2026 12:16:21 -0700 Subject: [PATCH] fix(mobileInstall): change to string literals in artifact header --- scripts/artifacts/mobileInstall.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/artifacts/mobileInstall.py b/scripts/artifacts/mobileInstall.py index 9be983caf..5da66eddc 100644 --- a/scripts/artifacts/mobileInstall.py +++ b/scripts/artifacts/mobileInstall.py @@ -1,5 +1,3 @@ -_NOTE = "All timestamps are in LOCAL device time (the log records local time), not UTC." - __artifacts_v2__ = { "mobileInstall_installed": { "name": "Apps - Installed", @@ -9,7 +7,7 @@ "last_update_date": "2026-06-24", "requirements": "none", "category": "Mobile Installation Logs", - "notes": _NOTE, + "notes": "All timestamps are in LOCAL device time (the log records local time), not UTC.", "paths": ('**/mobile_installation.log.*', '**/sysdiagnose_*.tar.gz'), "output_types": ["html", "tsv", "lava"], "artifact_icon": "download" @@ -22,7 +20,7 @@ "last_update_date": "2026-06-24", "requirements": "none", "category": "Mobile Installation Logs", - "notes": _NOTE, + "notes": "All timestamps are in LOCAL device time (the log records local time), not UTC.", "paths": ('**/mobile_installation.log.*', '**/sysdiagnose_*.tar.gz'), "output_types": ["html", "tsv", "lava"], "artifact_icon": "trash" @@ -35,7 +33,7 @@ "last_update_date": "2026-06-24", "requirements": "none", "category": "Mobile Installation Logs", - "notes": _NOTE, + "notes": "All timestamps are in LOCAL device time (the log records local time), not UTC.", "paths": ('**/mobile_installation.log.*', '**/sysdiagnose_*.tar.gz'), "output_types": ["html", "tsv", "lava"], "artifact_icon": "list" @@ -48,7 +46,7 @@ "last_update_date": "2026-06-24", "requirements": "none", "category": "Mobile Installation Logs", - "notes": _NOTE, + "notes": "All timestamps are in LOCAL device time (the log records local time), not UTC.", "paths": ('**/mobile_installation.log.*', '**/sysdiagnose_*.tar.gz'), "output_types": ["html", "tsv", "lava"], "artifact_icon": "refresh"