summaryrefslogtreecommitdiff
path: root/lib/commands.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-07-29 18:16:06 +0200
committerGitHub <noreply@github.com>2021-07-29 18:16:06 +0200
commit2161379b55be2aab0d639df2f2b7124b1544789f (patch)
tree53a1af4b0d33d8741b9d9318af14d5e250dd6dce /lib/commands.py
parent1468b1e421afeb975376f5bbcce53392f76c47cf (diff)
fix #1213 (#1287)
Diffstat (limited to 'lib/commands.py')
-rw-r--r--lib/commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/commands.py b/lib/commands.py
index 7435f753..f3875409 100644
--- a/lib/commands.py
+++ b/lib/commands.py
@@ -286,7 +286,6 @@ def add_group(document, node, command):
"transform": get_correction_transform(node)
})
parent.insert(parent.index(node) + 1, group)
-
return group