Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config file field: run_script changes #4

Open
StanSwanborn opened this issue Apr 15, 2020 · 0 comments
Open

Config file field: run_script changes #4

StanSwanborn opened this issue Apr 15, 2020 · 0 comments

Comments

@StanSwanborn
Copy link
Collaborator

StanSwanborn commented Apr 15, 2020

The example of config file is different. There run_script is an object with two fields (path and args). (README ISSUE) -- Stan: I checked this and it is as I state below, like handed in. I will change args from object to array however.

Future change to run_script field type:
I would like it to be a single object with the following fields:

  • path: the string pointing the the location of the Python script in the file system
  • args: an array containing the arguments passed to the script. (as you explained below)

Note from Stan:

This is already partly the case, here is an example of my config file (this was handed in like this)

"run_script": { "path": "", "args": { } },

As can be seen, run_script is an object, containing the path string and args as object as well. I will change args from object to array.

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

No branches or pull requests

1 participant