Skip to content

Conversation

@guyluz11
Copy link

@guyluz11 guyluz11 commented Nov 4, 2022

Fix: #3

Most of the code changes is just indenting the code back one slash and adding ,.

The actual future change is adding ...arguments to runFile() function and to all the function that calling it.

So the line of running python now looks like this

 Process.start(
        pythonPath, ["-u", pythonFile, ...arguments],
        mode: ProcessStartMode.normal,
        ........

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Executing file with Program arguments

1 participant