Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkrzyskow authored Mar 2, 2024
1 parent 79f7207 commit dd7a121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
try:
import cairosvg
except Exception as err:
print(repl(err))
print(repr(err))

0 comments on commit dd7a121

Please sign in to comment.