fix codestyle issue in test_autopkgtest.py

This issue only shows up in the bullseye test.
This commit is contained in:
Ivo De Decker 2019-09-04 00:37:03 +02:00
parent 2bde180d18
commit f202601b81

View File

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