mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:42:50 +00:00
Merge 0af23ce12f83b38f81fa12c914437b76da3ea9f2 into a448e09d0f7be1a6c938c393a83a54b94c356b75
This commit is contained in:
commit
0f077f7d54
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user