Skip to content

Commit

Permalink
Added missing whitespaces after comma to prevent lint-errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasp committed May 13, 2014
1 parent 240a9d4 commit 7db6c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/states/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def _find_install_targets(name=None,
if kwargs['allow_updates']:
comparison = '>='
if not _fulfills_version_spec(cver, comparison, verstr):
log.debug('Current version ({0} did not match ({1}) desired ({2}), add to targets'.format(cver,comparison,verstr))
log.debug('Current version ({0} did not match ({1}) desired ({2}), add to targets'.format(cver, comparison, verstr))
targets[pkgname] = pkgver

if problems:
Expand Down

0 comments on commit 7db6c98

Please sign in to comment.