Skip to content

Commit

Permalink
Fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bofh69 committed Mar 11, 2024
1 parent d78945d commit 7a876ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spoolman2slicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def write_filament(filament):
except TemplateNotFound:
template = templates.get_template(DEFAULT_TEMPLATE)
if args.verbose:
print(f"Using the default template")
print("Using the default template")

sm2s = {
"name": parser.prog,
Expand Down

0 comments on commit 7a876ca

Please sign in to comment.