correcting flake8
This commit is contained in:
parent
7cf1313572
commit
f3accb111e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user