Passed flake8 tests

This commit is contained in:
Andrew Williams 2016-08-22 12:03:47 +01:00
parent 0c8462723b
commit 5661afa315

View File

@ -130,7 +130,7 @@ def install(self, spec, prefix):
])
# Construct list of optional modules
module_opts=[]
module_opts = []
module_opts.extend([
'+crystallization' if (
'+crystallization' in spec) else '-crystallization',