Skip to content

Commit

Permalink
stringify file path
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Nov 19, 2023
1 parent 2d4f7dd commit 1487a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit50/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from . import __version__, CONFIG_LOADER

# Internationalization
gettext.install("submit50", files("submit50").joinpath("locale"))
gettext.install("submit50", str(files("submit50").joinpath("locale")))

SUBMIT_URL = "https://submit.cs50.io"

Expand Down

0 comments on commit 1487a92

Please sign in to comment.