mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
Merge pull request #21 from memory-yancy/variable-error
anaconda.py: delete useless variable
This commit is contained in:
commit
f139a59a84
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user