There was an error while loading. Please reload this page.
1 parent f6ffc1c commit e7b7691Copy full SHA for e7b7691
1 file changed
ietf/utils/pipe.py
@@ -24,7 +24,7 @@ def pipe(cmd, str=None):
24
err = pipe.childerr.read()
25
break
26
if len(out) >= MAX:
27
- err = "Output exceeds %s bytes and has been truncated"
+ err = "Output exceeds %s bytes and has been truncated" % MAX
28
29
30
return (code, out, err)
0 commit comments