提交 3c9a39ec 编写于 作者: B Behdad Esfahbod

Remove newline

上级 e4ccbfe2
......@@ -188,6 +188,8 @@ class UtilMains:
line = sys.stdin.readline ()
if not len (line):
break
if line[-1] == '\n':
line = line[:-1]
print callback (line)
else:
args = sys.argv[1:]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册