Skip to content

Commit ae6aabd

Browse files
committed
minor fixes
1 parent 06411b2 commit ae6aabd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/CrashReport/capture_diagnostic.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ def default(self, obj):
1919
filenames = [
2020
"metadata.json",
2121
"userCalib.json",
22-
"factoryCalib.json"
23-
22+
"factoryCalib.json"
2423
]
2524

2625
# Create in-memory file-like objects
@@ -68,8 +67,7 @@ def default(self, obj):
6867
z.writestr(filename, file_io.getvalue())
6968

7069
print("Crash dump found on your device!")
71-
print("Please report to developers!")
7270
else:
7371
print("There was no crash dump found on your device!")
7472

75-
print("Please report to developers via forum with the zip attached!")
73+
print("Please report to developers with the zip attached!")

0 commit comments

Comments
 (0)