summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Richart <nicolas.richart@epfl.ch>2016-06-27 01:23:14 +0200
committerNicolas Richart <nicolas.richart@epfl.ch>2016-06-27 01:23:14 +0200
commitf3accb111ef77e9e192305fb09797948cb984851 (patch)
tree2d7d5850ea49d5901636f32b6e541a370913a27b
parent7cf1313572b24917ff77018424d77991312e6f5f (diff)
downloadspack-f3accb111ef77e9e192305fb09797948cb984851.tar.gz
spack-f3accb111ef77e9e192305fb09797948cb984851.tar.bz2
spack-f3accb111ef77e9e192305fb09797948cb984851.tar.xz
spack-f3accb111ef77e9e192305fb09797948cb984851.zip
correcting flake8
-rw-r--r--var/spack/repos/builtin/packages/foam-extend/package.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/foam-extend/package.py b/var/spack/repos/builtin/packages/foam-extend/package.py
index ca1a0e1710..4479fc9bee 100644
--- a/var/spack/repos/builtin/packages/foam-extend/package.py
+++ b/var/spack/repos/builtin/packages/foam-extend/package.py
@@ -2,7 +2,6 @@ from spack import *
from spack.environment import *
import multiprocessing
-import subprocess
import os
@@ -67,8 +66,7 @@ class FoamExtend(Package):
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