提交 8da7cfe3 编写于 作者: S Shinwell Hu

remove unnecessary space

上级 b0addd80
......@@ -91,6 +91,7 @@ def transform_module_name(n):
if len(ns) > 1:
m = re.match("([<>=]+)( *)(\d.*)", ns[1])
ns[1] = m[1] + " " + m[3]
ns[0] = ns[0].strip()
if ns[0].startswith("python-"):
ns[0] = ns[0].replace("python-", "python3-")
return " ".join(ns)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册