correcting flake8
This commit is contained in:
parent
7cf1313572
commit
f3accb111e
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue