Merge pull request #21 from memory-yancy/variable-error

anaconda.py: delete useless variable
This commit is contained in:
Miao Wang 2019-02-14 22:38:27 +08:00 committed by GitHub
commit f139a59a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ def main():
try:
sync_repo(remote_url, local_dir, Path(tmpdir))
except Exception:
logging.exception("Failed to sync repo: {}/{}".format(repo, arch))
logging.exception("Failed to sync repo: {}".format(repo))
finally:
shutil.rmtree(tmpdir)