Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Jan 11, 2025
1 parent ff09262 commit 7971a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyedb/generic/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def export_3d_cad(
command = [_exe]
if hidden:
command.append("-embedding")
command += ["--RunScriptAndExit", scriptname]
command += ["-RunScriptAndExit", scriptname]
print(command)
try:
result = subprocess.run(command, check=True, capture_output=True)
Expand Down

0 comments on commit 7971a94

Please sign in to comment.