artemis.py: fixed indentation (issues where not really added, only comments) default tip
authorTomas Zeman <tzeman@volny.cz>
Thu, 08 Dec 2011 15:16:11 +0100
changeset 71 db85d3d0f23e
parent 70 5796e44b0e17
artemis.py: fixed indentation (issues where not really added, only comments)
artemis/artemis.py
--- a/artemis/artemis.py	Fri Sep 02 16:32:31 2011 +0200
+++ b/artemis/artemis.py	Thu Dec 08 15:16:11 2011 +0100
@@ -188,8 +188,8 @@
         outer.add_header('Message-Id', "<%s-%s-artemis@%s>" % (issue_id, _random_id(), socket.gethostname()))
         outer.add_header('References', mbox[(comment < len(mbox) and keys[comment]) or root]['Message-Id'])
         outer.add_header('In-Reply-To', mbox[(comment < len(mbox) and keys[comment]) or root]['Message-Id'])
-        new_bug_path = issue_fn[(len(repo.root)+1):] + '/new/' + mbox.add(outer) # + 1 for the trailing /
-        commands.add(ui, repo, new_bug_path)
+    new_bug_path = issue_fn[(len(repo.root)+1):] + '/new/' + mbox.add(outer) # + 1 for the trailing /
+    commands.add(ui, repo, new_bug_path)
 
     # Fix properties in the root message
     if properties: