Skip to content

Commit

Permalink
py3: resolving diff in Arch
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Jan 17, 2017
1 parent 8ad2c69 commit 31e4489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Arch/ArchRebar.py
Expand Up @@ -136,7 +136,7 @@ def Activated(self):
if len(obj.Support) != 0:
sup = obj.Support[0][0]
else:
print "Arch: error: couldn't extract a base object"
print("Arch: error: couldn't extract a base object")
return
FreeCAD.ActiveDocument.openTransaction(translate("Arch","Create Rebar"))
FreeCADGui.addModule("Arch")
Expand Down

0 comments on commit 31e4489

Please sign in to comment.