diff options
Diffstat (limited to 'becommands')
-rw-r--r-- | becommands/comment.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/becommands/comment.py b/becommands/comment.py index eba640e..5392286 100644 --- a/becommands/comment.py +++ b/becommands/comment.py @@ -153,6 +153,7 @@ def execute(args, test=False): kids = [c.uuid for c in parent.traverse()] for nc in new_comments: assert nc.uuid in kids, "%s wasn't added to %s" % (nc.uuid, parent.uuid) + nc.save() def get_parser(): parser = cmdutil.CmdOptionParser("be comment ID [COMMENT]") |