diff --git a/anaconda.py b/anaconda.py index 1981755..3975061 100755 --- a/anaconda.py +++ b/anaconda.py @@ -185,7 +185,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)