Unverified Commit 6f7a3616 authored by mvdbeek's avatar mvdbeek
Browse files

Drop extension from config_exception, should be obvious from file path

parent a9909735
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)