correcting flake8

This commit is contained in:
Nicolas Richart 2016-06-27 01:23:14 +02:00
parent 7cf1313572
commit f3accb111e

View File

@ -2,7 +2,6 @@
from spack.environment import * from spack.environment import *
import multiprocessing import multiprocessing
import subprocess
import os import os
@ -67,8 +66,7 @@ def set_arch(self):
def get_openfoam_environment(self): def get_openfoam_environment(self):
return EnvironmentModifications.from_sourcing_files( return EnvironmentModifications.from_sourcing_files(
join_path(self.stage.source_path, join_path(self.stage.source_path,
'etc/bashrc') 'etc/bashrc'))
)
def patch(self): def patch(self):
# change names to match the package and not the one patch in # change names to match the package and not the one patch in