Skip to content

Commit 41b6be7

Browse files
authored
Merge pull request #28 from openmc-data-storage/develop
changing overwrite to default to false for API
2 parents 471caa7 + 0263b8b commit 41b6be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmc_data_downloader/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def just_in_time_library_generator(
141141
materials: list = [], # also accepts a single openmc.Material
142142
particles: Optional[List[str]] = ["neutron", "photon"],
143143
set_OPENMC_CROSS_SECTIONS: bool = True,
144-
overwrite: bool = True,
144+
overwrite: bool = False,
145145
) -> str:
146146

147147
# expands elements, materials xml into list of isotopes

0 commit comments

Comments
 (0)