Skip to content

Commit 14d777c

Browse files
committed
Apply black
1 parent 71939ae commit 14d777c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tue_get/installer_impl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,8 +1000,7 @@ def tue_install_dpkg_now(self, pkg_file: str) -> bool:
10001000
cmd = f"sudo apt-get install -f"
10011001
sub = self._default_background_popen(cmd)
10021002
if sub.returncode != 0:
1003-
self.tue_install_error(f"An error occurred while fixing dpkg isntall({sub.returncode}):"
1004-
f"\n {repr(cmd)}")
1003+
self.tue_install_error(f"An error occurred while fixing dpkg isntall({sub.returncode}):\n {repr(cmd)}")
10051004
# ToDo: This depends on behaviour of tue-install-error
10061005
return False
10071006

0 commit comments

Comments
 (0)