Skip to content

Commit

Permalink
kernel
Browse files Browse the repository at this point in the history
Reviewed By: zsol

Differential Revision: D51299533

fbshipit-source-id: bb6b42a50f6bed0fa7ee5ef77d6d452b6e8e41e7
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Nov 14, 2023
1 parent 35fe882 commit 54adae2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ncrx/netcons-gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def parse_args():
return parser.parse_args()


if __name__ == "__main__":
def main() -> None:
args = parse_args()

enabled_modes = [Mode.NORMAL]
Expand Down Expand Up @@ -166,3 +166,7 @@ def parse_args():
seq = new_seq

time.sleep(0.5)


if __name__ == "__main__":
main() # pragma: no cover

0 comments on commit 54adae2

Please sign in to comment.