#325 code does not follow PEP-8 for coding style
Closed: Fixed Opened by thomasvs.

This makes the code harder to read/debug/fix for seasoned python hackers.

Example: {{{
def resolve_dependencies_ugly(yumobj, logger = None, pbar = None):
}}}

There should be no spaces around the keyword arguments.

See http://www.python.org/dev/peps/pep-0008/


Fixed in GIT, thanks

Fixed in GIT, thanks

Metadata