Skip to content

Missing f in critical error when file not found #282

@windymilla

Description

@windymilla

At the following line:

critical('the file {job.url} could not be found or was unparsable')

a critical error is raised. The argument to critical is a string containing {job.url} identical to the message in the Exception on the line below. Although the Exception string is an f-string, so {job.url} is replaced with the name of the file, that is not the case in the critical error, and the error message is literally the file {job.url} could not be found or was unparsable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions