提交 7fd0e45f authored 作者: Amjad Almahairi's avatar Amjad Almahairi

minor fix

上级 613e1ff4
...@@ -207,7 +207,7 @@ def filter_compiledir(path): ...@@ -207,7 +207,7 @@ def filter_compiledir(path):
pass # has already been created pass # has already been created
else: else:
if os.path.exists(path): if os.path.exists(path):
e.args += ('%d does not exist..' % path,) e.args += ('%s does not exist..' % path,)
raise raise
return path return path
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论