Skip to content

Commit

Permalink
Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotwrobson committed Dec 6, 2023
1 parent 880ac61 commit 21b0a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecfr/ecfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def start_problem(
def init() -> None:
"""Copy example files into the current working directory."""

example_dir = os.path.join(files("ecfr"), "example")
example_dir = os.path.join(str(files("ecfr")), "example")
current_dir = os.getcwd()
copy_loc = shutil.copytree(
example_dir,
Expand Down

0 comments on commit 21b0a81

Please sign in to comment.