Skip to content

Commit

Permalink
Fix #6525: ckp
Browse files Browse the repository at this point in the history
  • Loading branch information
git-user committed Feb 2, 2024
1 parent 8438f3f commit 6c1e959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sirepo/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _import_related_sims(data, zip_bytes, qcall=None):
)
_write_lib_file(
lib_dir.join(pkio.py_path(lib_file).basename),
zip_obj.read(lib_file)
zip_obj.read(lib_file),
)
data.models.simWorkflow.coupledSims[
_sim_index(p)
Expand Down

0 comments on commit 6c1e959

Please sign in to comment.