summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index 2f60c7bf..e2c7ef84 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -979,8 +979,8 @@ class BranchAndMergePlugin(cliapp.Plugin):
continue
if d != root_repo_path:
- print
- print repo
+ self.app.output.write('\n')
+ self.app.output.write('%s\n' % repo)
try:
output = self.app.runcmd(args, cwd=d)