Skip to content

Commit

Permalink
Fixed typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Mar 5, 2025
1 parent 48f8567 commit d0cb450
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 @@ -149,7 +149,7 @@ def process(self,
# New version: no API, parameter, but -o for output name:
parameters.extend(["-o", transformed_file])
else:
# 2.5.0 or earlier: needs api nemo, output name is -oalg
# 2.5.0 or earlier: needs api nemo, output name is -opsy
parameters.extend(["-api", "nemo", "-opsy", transformed_file])
parameters.extend(["-l", "all"])

Expand Down

0 comments on commit d0cb450

Please sign in to comment.