Commit cb1f4ebd authored by guerler's avatar guerler
Browse files

Tool warnings can be either None or a dictionary but not a string

parent 8b14c965
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)