Skip to content

Commit 6a12853

Browse files
committed
PrintTestPage: fix indentation
Not sure this is really causing any problems, but I've seen: Traceback: File ".../troubleshoot/__init__.py", line 360, in run exec ("from .%s import %s" % (module, module)) File "<string>", line 1, in <module> File ".../troubleshoot/PrintTestPage.py", line 497 which (maybe only the last line is relevant) points to this line.
1 parent bde36b2 commit 6a12853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

troubleshoot/PrintTestPage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def get_notifications (self):
494494
test_jobs = self.persistent_answers.get('test_page_job_id', [])
495495
for event in notifications['events']:
496496
seq = event['notify-sequence-number']
497-
self.sub_seq = seq
497+
self.sub_seq = seq
498498

499499
job = event['notify-job-id']
500500

0 commit comments

Comments
 (0)