mdmat
mdmat
Hello @bugy glad to help. Some more information that may aid in bugfixing. When I view the .json file associated with the incorrectly-ran scheduled script, the value stored is correct,...
And here is some more info [This appears to be how this is executed from the web interface](https://github.com/bugy/script-server/blob/e0afd21c8deec2ad8aea751c0cbacc2d5bce9cf9/src/web/server.py#L395) while [This appears to be how is it executed from the scheduler...
@bugy I believe I have the solution. Starting right [here](https://github.com/bugy/script-server/blob/e0afd21c8deec2ad8aea751c0cbacc2d5bce9cf9/src/scheduling/schedule_service.py#L128) (add) normalized_values = dict(config.parameter_values) (add) execution_id = self._execution_service.start_script(config, normalized_values, user) (remove) execution_id = self._execution_service.start_script(config, parameter_values, user) This now passes in...
@bugy Sure thing, I'll keep an eye out for that build.