correcting flake8
This commit is contained in:
parent
7cf1313572
commit
f3accb111e
@ -2,7 +2,6 @@
|
||||
from spack.environment import *
|
||||
|
||||
import multiprocessing
|
||||
import subprocess
|
||||
import os
|
||||
|
||||
|
||||
@ -67,8 +66,7 @@ def set_arch(self):
|
||||
def get_openfoam_environment(self):
|
||||
return EnvironmentModifications.from_sourcing_files(
|
||||
join_path(self.stage.source_path,
|
||||
'etc/bashrc')
|
||||
)
|
||||
'etc/bashrc'))
|
||||
|
||||
def patch(self):
|
||||
# change names to match the package and not the one patch in
|
||||
|
Loading…
Reference in New Issue
Block a user