mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Merge pull request #16183 from guerler/tool_warnings_type_error
[23.0] Tool warnings can either be None or a Dictionary but not a String
This commit is contained in:
@@ -2430,7 +2430,7 @@ class Tool(Dictifiable):
|
||||
|
||||
# load job parameters into incoming
|
||||
tool_message = ""
|
||||
tool_warnings = ""
|
||||
tool_warnings = None
|
||||
if job:
|
||||
try:
|
||||
job_params = job.get_param_values(self.app, ignore_errors=True)
|
||||
|
||||
Reference in New Issue
Block a user