summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 6c197017..2687e371 100644
--- a/project.py
+++ b/project.py
@@ -2678,7 +2678,7 @@ class Project(object):
2678 if verbose: 2678 if verbose:
2679 print('%s: Unable to retrieve clone.bundle; ignoring.' % self.name) 2679 print('%s: Unable to retrieve clone.bundle; ignoring.' % self.name)
2680 if output: 2680 if output:
2681 print('Curl output:\n%s', % output) 2681 print('Curl output:\n%s' % output)
2682 return False 2682 return False
2683 elif curlret and not verbose and output: 2683 elif curlret and not verbose and output:
2684 print('%s' % output, file=sys.stderr) 2684 print('%s' % output, file=sys.stderr)