提交 0508c7b5 authored 作者: Frederic Bastien's avatar Frederic Bastien

Remove line not used.

上级 1e3f2e39
...@@ -17,7 +17,6 @@ elif sys.argv[1] in ('clear'): ...@@ -17,7 +17,6 @@ elif sys.argv[1] in ('clear'):
delete_if_problem=True) delete_if_problem=True)
# Print a warning if some cached modules were not removed, so that the user # Print a warning if some cached modules were not removed, so that the user
# knows he should manually delete them to properly clear the cache. # knows he should manually delete them to properly clear the cache.
items = sorted(os.listdir(config.compiledir))
items = [item for item in sorted(os.listdir(cache.dirname)) items = [item for item in sorted(os.listdir(cache.dirname))
if item.startswith('tmp')] if item.startswith('tmp')]
if items: if items:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论