Arch: use string operator instead of numeric LGTM fix
This commit is contained in:
@@ -196,7 +196,7 @@ class CommandPanel:
|
||||
"this function is called by the snapper when it has a 3D point"
|
||||
|
||||
self.tracker.finalize()
|
||||
if point == None:
|
||||
if point is None:
|
||||
return
|
||||
FreeCAD.ActiveDocument.openTransaction(translate("Arch","Create Panel"))
|
||||
FreeCADGui.addModule("Arch")
|
||||
|
||||
Reference in New Issue
Block a user