From e2101dad1721a0048597084eba55b030a3bae786 Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Thu, 27 Jun 2013 11:04:20 +0200 Subject: PEP8 fixes. --- linaro_image_tools/tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linaro_image_tools/tests/test_utils.py') diff --git a/linaro_image_tools/tests/test_utils.py b/linaro_image_tools/tests/test_utils.py index 9197db8..2760654 100644 --- a/linaro_image_tools/tests/test_utils.py +++ b/linaro_image_tools/tests/test_utils.py @@ -280,7 +280,7 @@ class TestInstallPackageProviding(TestCaseWithFixtures): else: self.assertEqual( ['apt-get -s install dosfstools', - '%s apt-get --yes install dosfstools' % sudo_args], + '%s apt-get --yes install dosfstools' % sudo_args], fixture.mock.commands_executed) def test_package_installation_refused(self): -- cgit v1.2.3