Loading src/ips_fastran_gui/app/models/ips_fastran.py +3 −2 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ class IPSFastranTool(BasicTool): dataset.store = collection.store path = element["element_identifier"] if path.startswith("f"): dataset.download(path) paths.append(path) Loading Loading
src/ips_fastran_gui/app/models/ips_fastran.py +3 −2 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ class IPSFastranTool(BasicTool): dataset.store = collection.store path = element["element_identifier"] if path.startswith("f"): dataset.download(path) paths.append(path) Loading