spelling: android

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:34:46 -05:00
parent 05d09de90b
commit b8d261b2e0

View file

@ -164,7 +164,7 @@ class JIRASupport(object):
watch_logs = [] watch_logs = []
got_device_logs = False got_device_logs = False
for path in sorted(local_attachment_paths): for path in sorted(local_attachment_paths):
# iOS uses "watch_logs...", Android <2.1 uses "pebble.log", and Androind >=2.1 (Holo) # iOS uses "watch_logs...", Android <2.1 uses "pebble.log", and Android >=2.1 (Holo)
# uses "device-logs.log" # uses "device-logs.log"
if "watch_logs" not in path and "pebble.log" not in path and "device-logs" not in path: if "watch_logs" not in path and "pebble.log" not in path and "device-logs" not in path:
# Not a watch_logs... file # Not a watch_logs... file