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:
Marti Bolivar 2019-02-21 13:17:45 +02:00 committed by Carles Cufí
parent f8ad2d4fb9
commit 90f27c1bcc
1 changed files with 3 additions and 3 deletions

View File

@ -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: