removed call syntax from property fixes #2944 (#2945)

This commit is contained in:
Massimiliano Culpo 2017-01-31 16:48:57 +01:00 committed by Todd Gamblin
parent d46a1eadcd
commit 2babe4e4ff

View file

@ -112,7 +112,7 @@ def python(self, *args):
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: