Skip to content

Commit

Permalink
full path
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 20, 2024
1 parent 5d02016 commit 1f98c9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trackhub/trackhub_from_excel
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,7 @@ def create_example(filename):
# used here is agnostic to Python versions.
example_file = os.path.join(
os.path.dirname(sys.modules['trackhub'].__file__),
"example.xlsx"
)
"test", "data", "example.xlsx")
wb = load_workbook(example_file, data_only=True)

bigbeds = wb.create_sheet("bigbeds")
Expand Down

0 comments on commit 1f98c9a

Please sign in to comment.