We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69db19 commit d43f093Copy full SHA for d43f093
resotodata/__main__.py
@@ -217,7 +217,7 @@ def write_colors() -> None:
217
def write_ccfdataset() -> None:
218
ccfdataset = get_ccfdataset()
219
220
- ccfdataset_file = resource_filename("resotodata", "data/co2.json")
+ ccfdataset_file = resource_filename("resotodata", "data/ccfdataset.json")
221
print(f"Writing CCF dataset to {ccfdataset_file}")
222
with open(ccfdataset_file, "w") as f:
223
json.dump(ccfdataset, f, indent=4)
resotodata/data/co2.json resotodata/data/ccfdataset.jsonresotodata/data/co2.json renamed to resotodata/data/ccfdataset.json
0 commit comments