Thanks to visit codestin.com Credit goes to github.com
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 2840f20 commit 7d3a200Copy full SHA for 7d3a200
1 file changed
lib/techniques/blind/inference.py
@@ -249,7 +249,7 @@ def downloadThread():
249
if startCharIndex > 0:
250
output = '..' + output[2:]
251
252
- if endCharIndex - startCharIndex == conf.progressWidth:
+ if (endCharIndex - startCharIndex == conf.progressWidth) and (endCharIndex < length-1):
253
output = output[:-2] + '..'
254
255
output += '_' * (min(length, conf.progressWidth) - len(output))
0 commit comments