Skip to content

Commit

Permalink
Draft: Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed May 3, 2018
1 parent 650fed9 commit 7fa81fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/Draft.py
Original file line number Diff line number Diff line change
Expand Up @@ -3698,7 +3698,7 @@ def splitWires(objects):
# one object with several faces: split it
if len(objects) == 1:
result = splitFaces(objects)
if result: msg(translate("draft", "Found several faces: splitting them"+"\n")
if result: msg(translate("draft", "Found several faces: splitting them")+"\n")

# several objects: remove all the faces from the first one
else:
Expand Down

1 comment on commit 7fa81fd

@luzpaz
Copy link
Contributor

@luzpaz luzpaz commented on 7fa81fd May 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.