launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27672
[Merge] ~jugmac00/launchpad:fix-typo into launchpad:master
Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typo into launchpad:master.
Commit message:
Fix typo
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/411449
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo into launchpad:master.
diff --git a/setup.py b/setup.py
index d458e34..ee010f0 100644
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ class lp_develop(develop):
# env/bin/python, but if we just symlink to it and try to
# execute it as bin/py then the virtualenv doesn't get
# activated. We use -S to avoid importing sitecustomize both
- # before and after the execve.
+ # before and after the execv.
py_header = LPScriptWriter.get_header("#!python -S")
py_script_text = dedent("""\
import os
Follow ups