Commit 238c3e62 authored by Michal Čihař's avatar Michal Čihař

Fix typo

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 815e2cfd
......@@ -87,7 +87,7 @@ def get_optional_versions():
return result
def get_single(name,url, module, required, getter='__version__'):
def get_single(name, url, module, required, getter='__version__'):
"""Returns version information for single module"""
mod = get_version_module(module, name, url)
version_getter = getattr(mod, getter)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment