diff --git a/anaconda.py b/anaconda.py index 90c3751..9678e5f 100755 --- a/anaconda.py +++ b/anaconda.py @@ -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)