We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to transfer the Python script - perhaps as a config file or tool file.
The text was updated successfully, but these errors were encountered:
exec_before_job writes files Pulsar doesn't know about and don't seem to respect compute environments:
local_working_directory = param_dict["__local_working_directory__"] expression_inputs_path = os.path.join(local_working_directory, ExpressionTool.EXPRESSION_INPUTS_NAME)
The cd ../ is a bit questionable also.
self.command = f"cd ../; {expressions.EXPRESSION_SCRIPT_CALL}"
Sorry, something went wrong.
No branches or pull requests
Need to transfer the Python script - perhaps as a config file or tool file.
The text was updated successfully, but these errors were encountered: