Skip to content

Commit

Permalink
fix parameter when stopping the add-in
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPommerening committed May 9, 2021
1 parent 25ea661 commit 9aa6dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FingerJoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def run(context):
global addin
try:
if addin is not None:
stop()
stop({'IsApplicationClosing': False})
addin = FingerJointAddIn()
addin.start()
except:
Expand Down

0 comments on commit 9aa6dc5

Please sign in to comment.