Fix trailing newlines and minor typo fixes
This commit is contained in:
@@ -217,7 +217,7 @@ def make_label(target_point=App.Vector(0, 0, 0),
|
||||
placement = App.Placement(placement, App.Rotation())
|
||||
elif isinstance(placement, App.Rotation):
|
||||
placement = App.Placement(App.Vector(), placement)
|
||||
|
||||
|
||||
if target_object:
|
||||
if isinstance(target_object, (list, tuple)):
|
||||
_err(translate("draft","Wrong input: target_object must not be a list."))
|
||||
|
||||
Reference in New Issue
Block a user