Skip to content

Commit d43f093

Browse files
committed
Fix filename
1 parent e69db19 commit d43f093

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

resotodata/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def write_colors() -> None:
217217
def write_ccfdataset() -> None:
218218
ccfdataset = get_ccfdataset()
219219

220-
ccfdataset_file = resource_filename("resotodata", "data/co2.json")
220+
ccfdataset_file = resource_filename("resotodata", "data/ccfdataset.json")
221221
print(f"Writing CCF dataset to {ccfdataset_file}")
222222
with open(ccfdataset_file, "w") as f:
223223
json.dump(ccfdataset, f, indent=4)

0 commit comments

Comments
 (0)