Skip to content

Commit

Permalink
gui: report error on makeMultiply()
Browse files Browse the repository at this point in the history
  • Loading branch information
realthunder committed Aug 5, 2018
1 parent bbab50a commit 1e5679f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def checkActive(cls):
@classmethod
def Activated(cls):
from .assembly import AsmConstraint
AsmConstraint.makeMultiply()
logger.report('',AsmConstraint.makeMultiply)

@classmethod
def onSelectionChange(cls,hasSelection):
Expand Down

0 comments on commit 1e5679f

Please sign in to comment.