From 2babe4e4ff0a3c684193daa7722c30140214610d Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Tue, 31 Jan 2017 16:48:57 +0100 Subject: removed call syntax from property fixes #2944 (#2945) --- lib/spack/spack/build_systems/python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/spack/build_systems/python.py b/lib/spack/spack/build_systems/python.py index 60a850d356..d2ee72925d 100644 --- a/lib/spack/spack/build_systems/python.py +++ b/lib/spack/spack/build_systems/python.py @@ -112,7 +112,7 @@ class PythonPackage(PackageBase): def setup_py(self, *args): setup = self.setup_file() - with working_dir(self.build_directory()): + with working_dir(self.build_directory): self.python(setup, '--no-user-cfg', *args) # The following phases and their descriptions come from: -- cgit v1.2.3-60-g2f50