Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damnever committed May 8, 2016
1 parent dfc5eda commit 91f2877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pigar/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def update_db():
try:
data = download(PKGS_URL)
except Exception:
logger.error(exc_info=True)
logger.error("Fetch all packages got: ", exc_info=True)
print(Color.RED('Operation abort ...'))
return

Expand Down

0 comments on commit 91f2877

Please sign in to comment.