提交 cd5d8b78 编写于 作者: C Chris Hunt

Inline unconditional block

上级 36d52ede
......@@ -101,9 +101,8 @@ def unpack_vcs_link(link, location):
def _copy_file(filename, download_location):
# type: (str, str) -> None
if True:
shutil.copy(filename, download_location)
logger.info('Saved %s', display_path(download_location))
shutil.copy(filename, download_location)
logger.info('Saved %s', display_path(download_location))
class File(object):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册