Skip to content

Commit

Permalink
Fixed flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Jun 21, 2024
1 parent ddd3cf2 commit 68bc218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fab/steps/psyclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def do_one_file(arg: Tuple[Path, MpCommonArgs]):
psyclone = config.tool_box[Category.PSYCLONE]
if not isinstance(psyclone, Psyclone):
raise RuntimeError(f"Unexpected tool '{psyclone.name}' of type "
f"'{type(psyclone)}' instead of Psyclone")
f"'{type(psyclone)}' instead of Psyclone")
try:
transformation_script = mp_payload.transformation_script
logger.info(f"running psyclone on '{x90_file}'.")
Expand Down

0 comments on commit 68bc218

Please sign in to comment.