Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 27, 2023
1 parent 13fcd27 commit a717e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for file_path in file_list:
hidden_imports.append("cqcodecs." + module_name)
hidden_imports.append('OCP')
hidden_imports.append('casadi')
hidden_imports.append('casadi._casadi)
hidden_imports.append('casadi._casadi')
hidden_imports.append('typing_extensions')
hidden_imports.append('pyparsing')
hidden_imports.append('ezdxf')
Expand Down

0 comments on commit a717e78

Please sign in to comment.