Flake8: Fix E117 over-indented (comment)

This commit is contained in:
Hugo 2019-01-30 11:38:19 +02:00
parent a656a0bd60
commit d880d41a14

View File

@ -307,7 +307,7 @@ if 'PYTHON' in os.environ:
add_compiler(compiler_from_env(), bit_from_env())
else:
# for compiler in all_compilers():
# add_compiler(compiler)
# add_compiler(compiler)
add_compiler(compilers[7.0][2008][32], 32)
with open('build_deps.cmd', 'w') as f: