Skip to content

Commit

Permalink
removed extraneous f
Browse files Browse the repository at this point in the history
  • Loading branch information
dougransom committed Jan 6, 2023
1 parent 6fe068d commit 6d12fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def unimacro_setup(tmpdir):
src=Template(f.read())
config_file_text=src.substitute(sub)

print(f"natlink_config_dir: f{natlink_config_dir}")
print(f"natlink_config_dir: {natlink_config_dir}")
with open(natlink_config_file,'w') as fw:
fw.write(config_file_text)

Expand Down

0 comments on commit 6d12fb8

Please sign in to comment.