summaryrefslogtreecommitdiff
path: root/exts/pip.to_lorry
diff options
context:
space:
mode:
Diffstat (limited to 'exts/pip.to_lorry')
-rwxr-xr-xexts/pip.to_lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/exts/pip.to_lorry b/exts/pip.to_lorry
index 1027459..da7df9b 100755
--- a/exts/pip.to_lorry
+++ b/exts/pip.to_lorry
@@ -62,7 +62,7 @@ def find_repo_type(url):
if line == '':
break
- logging.debug(line.rstrip())
+ logging.debug(line.rstrip('\n'))
p.wait() # even with eof on both streams, we still wait