Skip to content

Commit

Permalink
Fix warnings from ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Lingsch-Rosenfeld authored and Marian Lingsch-Rosenfeld committed Oct 24, 2024
1 parent 8290915 commit 4f18b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchexec/tools/cpachecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ def option_present(option):
options += [f"{prefix}witness", possible_witness_files[0]]
else:
raise benchexec.tools.template.UnsupportedFeatureException(
f"You are passing a witness as both an option and through the task definition. "
f"Please remove one of them."
"You are passing a witness as both an option and through the task definition. "
"Please remove one of them."
)

return options
Expand Down

0 comments on commit 4f18b79

Please sign in to comment.