We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, when I launch the "Change Parameters" command I get the following error:
17:23:56 Traceback (most recent call last): File "C:\Users\giuli\AppData\Roaming\FreeCAD\Mod\fasteners.\FSChangeParams.py", line 403, in getStandardButtons return QtGui.QDialogButtonBox.Ok + QtGui.QDialogButtonBox.Cancel <class 'TypeError'>: unsupported operand type(s) for +: 'PySide2.QtWidgets.QDialogButtonBox.StandardButton' and 'PySide2.QtWidgets.QDialogButtonBox.StandardButton'
The command works anyway, but it looks like there is a wrong operand (That should be a | and not a +)
Thank you!
The text was updated successfully, but these errors were encountered:
Fix error when loading 'change parameters' UI. issue #388
dfdd2f5
Thanks for the catch! Should be fixed now.
Sorry, something went wrong.
Great, thanks for the quick fix!
No branches or pull requests
Hello,
when I launch the "Change Parameters" command I get the following error:
17:23:56 Traceback (most recent call last):
File "C:\Users\giuli\AppData\Roaming\FreeCAD\Mod\fasteners.\FSChangeParams.py", line 403, in getStandardButtons
return QtGui.QDialogButtonBox.Ok + QtGui.QDialogButtonBox.Cancel
<class 'TypeError'>: unsupported operand type(s) for +: 'PySide2.QtWidgets.QDialogButtonBox.StandardButton' and 'PySide2.QtWidgets.QDialogButtonBox.StandardButton'
The command works anyway, but it looks like there is a wrong operand (That should be a | and not a +)
Thank you!
The text was updated successfully, but these errors were encountered: