You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, users must specify "executable_dir" and "executable" if they want to provide an executable in a specific directory.
Merge these two fields by using os.path.basename to extract the executable name.
WARNING: Might need to parse the filename if it contains an extension (like for python scripts)
The text was updated successfully, but these errors were encountered:
Currently, users must specify "executable_dir" and "executable" if they want to provide an executable in a specific directory.
Merge these two fields by using os.path.basename to extract the executable name.
WARNING: Might need to parse the filename if it contains an extension (like for python scripts)
The text was updated successfully, but these errors were encountered: