Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 19, 2024
1 parent 9cf54e7 commit 01f861a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trackhub/trackhub_from_excel
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def create_example(filename):
# In Python >=3.9, importlib.resources.files would work, but the method
# used here is agnostic to Python versions.
example_file = os.path.join(
os.path.dirname(sys.modules['trackhub'].__file),
os.path.dirname(sys.modules['trackhub'].__file__),
"example.xlsx"
)
wb = load_workbook(example_file, data_only=True)
Expand Down

0 comments on commit 01f861a

Please sign in to comment.