Skip to content

Commit

Permalink
Added missing tests for calling psyclone, and converting old style to…
Browse files Browse the repository at this point in the history
… new stle arguments and vice versa.
  • Loading branch information
hiker committed Nov 21, 2024
1 parent 824851d commit 16a125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fab/tools/psyclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def process(self,
"alg_file is specified.")
if not transformed_file:
raise RuntimeError("PSyclone called without api, but "
"transformed_file it not specified.")
"transformed_file is not specified.")

parameters: List[Union[str, Path]] = []
# If an api is defined in this call (or in the constructor) add it
Expand Down

0 comments on commit 16a125c

Please sign in to comment.