Skip to content

Commit

Permalink
Merge branch 'release_22.05' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jul 13, 2022
2 parents 5f11aa4 + b30cd08 commit 3c4924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def get_resource_group(self):

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)
Expand Down

0 comments on commit 3c4924f

Please sign in to comment.