|
@@ -2678,7 +2678,7 @@ class Project(object):
|
|
|
if verbose:
|
|
if verbose:
|
|
|
print('%s: Unable to retrieve clone.bundle; ignoring.' % self.name)
|
|
print('%s: Unable to retrieve clone.bundle; ignoring.' % self.name)
|
|
|
if output:
|
|
if output:
|
|
|
- print('Curl output:\n%s', % output)
|
|
|
|
|
|
|
+ print('Curl output:\n%s' % output)
|
|
|
return False
|
|
return False
|
|
|
elif curlret and not verbose and output:
|
|
elif curlret and not verbose and output:
|
|
|
print('%s' % output, file=sys.stderr)
|
|
print('%s' % output, file=sys.stderr)
|