Fixed flake8

pull/4731/head
Daniel Mensinger 6 years ago
parent 1c92b7d225
commit 29dd57dcbf
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 2
      run_unittests.py

@ -4413,7 +4413,7 @@ class LinuxlikeTests(BasePlatformTests):
break
self.assertIsInstance(docbook_target, dict)
ifile = self.introspect(['--target-files', 'generated-gdbus-docbook@cus'])[0]
self.assertListEqual(t['filename'], [os.path.join(self.builddir ,'gdbus/generated-gdbus-doc-' + os.path.basename(ifile))])
self.assertListEqual(t['filename'], [os.path.join(self.builddir, 'gdbus/generated-gdbus-doc-' + os.path.basename(ifile))])
def test_build_rpath(self):
if is_cygwin():

Loading…
Cancel
Save