We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fd0e5 commit 795769eCopy full SHA for 795769e
repo2docker/utils.py
@@ -81,7 +81,6 @@ def open_guess_encoding(path):
81
with open(path, "rb") as f:
82
for line in f.readlines():
83
detector.feed(line)
84
- print(str(i) + str(detector.done))
85
if detector.done:
86
break
87
detector.close()
0 commit comments