Unverified Commit b30cd081 authored by Nicola Soranzo's avatar Nicola Soranzo Committed by GitHub
Browse files

Merge pull request #14320 from mvdbeek/drop_ext_from_error_message

parents b308b9fc 6f7a3616
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ class JobToolConfiguration(Bunch):

def config_exception(e, file):
    abs_path = os.path.abspath(file)
    message = f"Problem parsing the XML in file {abs_path}, "
    message = f"Problem parsing file '{abs_path}', "
    message += "please correct the indicated portion of the file and restart Galaxy. "
    message += unicodify(e)
    log.exception(message)