From d72a30cff6f7307976a9c43ec7ba16c2c509a771 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 24 Jun 2022 10:24:36 +0200 Subject: [PATCH] tests: Indent a hunk of code correctly --- tests/integration-test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration-test.py b/tests/integration-test.py index 2dd3677..6dba928 100755 --- a/tests/integration-test.py +++ b/tests/integration-test.py @@ -131,9 +131,9 @@ class Tests(dbusmock.DBusTestCase): del self.tp_acpi try: - os.remove(self.testbed.get_root_dir() + '/' + 'ppd_test_conf.ini') + os.remove(self.testbed.get_root_dir() + '/' + 'ppd_test_conf.ini') except Exception: - pass + pass # on failures, print daemon log errors = [x[1] for x in self._outcome.errors if x[1]]