main.py: trivial comment fix
Delete some # characters left over from an improperly reflowed paragraph. Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
parent
f8ad2d4fb9
commit
90f27c1bcc
|
@ -546,9 +546,9 @@ def main(argv=None):
|
|||
# actually a binary executable
|
||||
log.dbg("sys.argv[0]:\"{}\" argv:\"{}\"".format(sys.argv[0], argv))
|
||||
# Use Popen + exit instead of execv due to the asynchronous nature of
|
||||
# execv # on Windows, where it creates a new process with a different
|
||||
# pid # that executes in parallel to the original one instead of
|
||||
# replacing # it as it does on UNIX
|
||||
# execv on Windows, where it creates a new process with a different
|
||||
# pid that executes in parallel to the original one instead of
|
||||
# replacing it as it does on UNIX
|
||||
# https://bugs.python.org/issue9148
|
||||
# https://bugs.python.org/issue19124
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue