We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06411b2 commit ae6aabdCopy full SHA for ae6aabd
examples/CrashReport/capture_diagnostic.py
@@ -19,8 +19,7 @@ def default(self, obj):
19
filenames = [
20
"metadata.json",
21
"userCalib.json",
22
- "factoryCalib.json"
23
-
+ "factoryCalib.json"
24
]
25
26
# Create in-memory file-like objects
@@ -68,8 +67,7 @@ def default(self, obj):
68
67
z.writestr(filename, file_io.getvalue())
69
70
print("Crash dump found on your device!")
71
- print("Please report to developers!")
72
else:
73
print("There was no crash dump found on your device!")
74
75
-print("Please report to developers via forum with the zip attached!")
+print("Please report to developers with the zip attached!")
0 commit comments