Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/general.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 14:10:44 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 14:29:24 -0400
commita0cbb31d3ef12d5cde2253b4a31757c0409aee40 (patch)
treee907a97d84be56dc9e363b5fa559cc7bcbbebe88 /archinstall/lib/general.py
parent85fa833a8afd3bf180720461b7ffd3477f81c049 (diff)
f-string fixes
Diffstat (limited to 'archinstall/lib/general.py')
-rw-r--r--archinstall/lib/general.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py
index f9b9078a..b65e2593 100644
--- a/archinstall/lib/general.py
+++ b/archinstall/lib/general.py
@@ -281,7 +281,7 @@ class sys_command:
if 'debug' in self.kwargs and self.kwargs['debug']:
self.log(f"Waiting for last command {self.cmd[0]} to finish.", level=logging.DEBUG)
- if bytes(f']$'.lower(), 'UTF-8') in self.trace_log[0 - len(f']$') - 5:].lower():
+ if bytes(']$'.lower(), 'UTF-8') in self.trace_log[0 - len(']$') - 5:].lower():
if 'debug' in self.kwargs and self.kwargs['debug']:
self.log(f"{self.cmd[0]} has finished.", level=logging.DEBUG)
alive = False