Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Jan 24, 2024
1 parent 8ae6db9 commit 3a92c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/LIDarkNews.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
if self.table_dir is None:
self.table_dir = os.path.join(
resources_dir,
"CrossSectionTables",
"CrossSections",
"DarkNewsTables",
datetime.datetime.now().strftime("%Y_%m_%d__%H:%M"),
)
Expand Down

0 comments on commit 3a92c6c

Please sign in to comment.