Skip to content

Commit

Permalink
stage -> module typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Boronski <[email protected]>
  • Loading branch information
kboronski-ant committed Jul 6, 2022
1 parent 7b7c559 commit c73e210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f4pga/module_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ def module_exec(module: Module, ctx: ModRunCtx):
except Exception as e:
raise ModuleFailException(module.name, 'exec', e)

sfprint(1, f'Module `{Style.BRIGHT + module.name + Style.RESET_ALL}` has finished its work!')
sfprint(1, f'Stage `{Style.BRIGHT + module.name + Style.RESET_ALL}` has finished its work!')

0 comments on commit c73e210

Please sign in to comment.