fix codestyle issue in test_autopkgtest.py

This issue only shows up in the bullseye test.
ubuntu/rebased
Ivo De Decker 5 years ago
parent 2bde180d18
commit f202601b81

@ -156,7 +156,7 @@ class T(TestBase):
with open(os.path.join(self.data.path, 'data/testing/state/autopkgtest-pending.json')) as f: with open(os.path.join(self.data.path, 'data/testing/state/autopkgtest-pending.json')) as f:
self.pending_requests = json.load(f) self.pending_requests = json.load(f)
except IOError: except IOError:
self.pending_requests = None self.pending_requests = None
self.assertNotIn('FIXME', out) self.assertNotIn('FIXME', out)

Loading…
Cancel
Save