parent
d46a1eadcd
commit
2babe4e4ff
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue