mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-09 02:28:17 +02:00
tests: Indent a hunk of code correctly
This commit is contained in:
parent
8b6e96e727
commit
d72a30cff6
1 changed files with 2 additions and 2 deletions
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue