Skip to content

Commit 1234d22

Browse files
committed
main: Sigh
Signed-off-by: Hector Martin <[email protected]>
1 parent 994682a commit 1234d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def main_loop(self):
806806
p_error("Interrupted")
807807
except subprocess.CalledProcessError as e:
808808
cmd = shlex.join(e.cmd)
809-
p_error("Failed to run process: {cmd}")
809+
p_error(f"Failed to run process: {cmd}")
810810
if e.output is not None:
811811
p_error(f"Output: {e.output}")
812812
logging.exception("Process execution failed")

0 commit comments

Comments
 (0)