Show More
@@ -56,7 +56,7 b' int main(int argc, char *argv[])' | |||
|
56 | 56 | |
|
57 | 57 | /* |
|
58 | 58 | Only add the pyscript to the args, if it's not already there. It may |
|
59 |
already be there, if |
|
|
59 | already be there, if the script spawned a child process of itself, in | |
|
60 | 60 | the same way as it got called, that is, with the pyscript already in |
|
61 | 61 | place. So we optionally accept the pyscript as the first argument |
|
62 | 62 | (argv[1]), letting our exe taking the role of the python interpreter. |
General Comments 0
You need to be logged in to leave comments.
Login now