Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Radhakrishnan committed Apr 1, 2024
1 parent 0476fff commit 8ae2d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/mfc/run/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def _default() -> str:
"pre_process" : self.__get_pre_fpp,
"simulation" : self.__get_sim_fpp,
"post_process" : self.__get_post_fpp,
}.get(build.get_target(target).name, _default)(print)
}.get(build.get_target(target).name, _default)()

return result

Expand Down

0 comments on commit 8ae2d2e

Please sign in to comment.