Skip to content

Commit

Permalink
Wrap long line
Browse files Browse the repository at this point in the history
Closes: #946
Approved by: ignatenkobrain
  • Loading branch information
dpindur authored and rh-atomic-bot committed Oct 9, 2017
1 parent 2ab5df1 commit f82ce2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dnf/base.py
Expand Up @@ -2290,7 +2290,8 @@ def _verification_of_packages(pkg_list, logger_msg):

try:
msg = _('Package "{}" from local repository "{}" has incorrect checksum')
if pkg is not None and not _verification_of_packages(local_repository_pkgs, msg.format(pkg, pkg.reponame)):
if pkg is not None and not _verification_of_packages(local_repository_pkgs,
msg.format(pkg, pkg.reponame)):
error = True
except Exception as e:
logger.critical(str(e))
Expand Down

0 comments on commit f82ce2e

Please sign in to comment.