We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c748ca commit 76b041dCopy full SHA for 76b041d
setuptools/command/develop.py
@@ -34,7 +34,7 @@ def run(self):
34
+ ['--no-deps'] * self.no_deps
35
+ ['--user'] * self.user
36
+ ['--prefix', self.prefix] * bool(self.prefix)
37
- + ['--index-url', self.index_url] * bool(self.self.index_url)
+ + ['--index-url', self.index_url] * bool(self.index_url)
38
)
39
subprocess.check_call(cmd)
40
0 commit comments