Misc pep8 fixes

This commit is contained in:
Michael DeHaan
2013-10-19 13:02:57 -04:00
parent c933a4c59a
commit 21d4400c96
5 changed files with 7 additions and 4 deletions

View File

@@ -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