Unverified Commit e14c2d16 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

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
parents 13d644f0 cb1f4ebd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)