Skip to content

Commit

Permalink
distriploy: fixup another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zougloub committed Jul 1, 2020
1 parent cff3e7d commit 06af2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distriploy/distriploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def mirror(repo_path, revision, config, release_meta):
mirror_meta = mod.mirror(repo_path, revision, info, release_meta)
mirror_metas[mirror] = mirror_meta
except Exception as e:
logger.exception("Error importing %s: %s", release_method_name, e)
logger.exception("Error importing %s: %s", mirror_method_name, e)
continue

return mirror_metas
Expand Down

0 comments on commit 06af2e9

Please sign in to comment.