mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Misc pep8 fixes
This commit is contained in:
@@ -135,7 +135,7 @@ def generate_options_string(install_options):
|
||||
if install_options is None:
|
||||
return ''
|
||||
|
||||
options_str = ''
|
||||
options_str = ''
|
||||
|
||||
for option in install_options:
|
||||
options_str += ' --%s' % option
|
||||
|
||||
Reference in New Issue
Block a user