Merge 0af23ce12f83b38f81fa12c914437b76da3ea9f2 into a448e09d0f7be1a6c938c393a83a54b94c356b75

This commit is contained in:
memory-yancy 2018-01-18 06:22:36 +00:00 committed by GitHub
commit 0f077f7d54

View File

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