Skip to content

Commit

Permalink
f string embedded quote correction
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Mast <[email protected]>
  • Loading branch information
afisher1 and nightlark authored Nov 12, 2024
1 parent 7dc5e6b commit 55b31dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helics/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def run(path, silent, connect_server, no_log_files, no_kill_on_error):
if p_args[0] is None:
raise click.ClickException("UnrecognizedCommandError: The command specified in exec string is not a "
"recognized command in the system. The user provided exec string is "
f"{f["exec"]}.")
f"{f['exec']}.")
p = subprocess.Popen(
p_args,
cwd=os.path.abspath(os.path.expanduser(directory)),
Expand Down

0 comments on commit 55b31dd

Please sign in to comment.