Skip to content

Commit

Permalink
puto black
Browse files Browse the repository at this point in the history
  • Loading branch information
psauvan committed Jun 29, 2024
1 parent 6f87d7b commit 064823a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geouned/GEOUNED/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def from_json(cls, filename: str):
raise ValueError(
f"Invalid key '{key}' found in config file {filename}. Acceptable key names are 'load_step_file', 'export_csg', 'Settings', 'Parameters', 'Tolerances' and 'NumericFormat'"
)

cad_to_csg.load_step_file(**config["load_step_file"])
cad_to_csg.start()
if "export_csg" in config.keys():
Expand Down

0 comments on commit 064823a

Please sign in to comment.