Skip to content

Commit

Permalink
Fixed an issue where atom data directory was referenced wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
YHordijk committed Feb 6, 2024
1 parent 2842d6c commit a62030c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/tcutility/data/atom.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# read data
data_dir = pl.Path(__file__).parents[0] / "atom_data_info"
data_dir = pl.Path(__file__).parents[0] / "_atom_data_info"

with open(data_dir / "name.txt") as data:
lines = data.readlines()
Expand Down

0 comments on commit a62030c

Please sign in to comment.