1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Inline variable

This commit is contained in:
Chris Hunt 2020-03-08 18:06:21 -04:00
parent e1d1b1c192
commit 36d52edeb4

View file

@ -101,8 +101,7 @@ def unpack_vcs_link(link, location):
def _copy_file(filename, download_location):
# type: (str, str) -> None
copy = True
if copy:
if True:
shutil.copy(filename, download_location)
logger.info('Saved %s', display_path(download_location))