Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
The run_script function does not accept arguments and does not pass anything on to the Bolt executor. As a result, any attempt to use run_script fails.
The run_script function should accept a variable number of String arguments. The data type is String because the arguments are basically arguments as given on a command line and such can only be strings.