Skip to content

Commit d342a31

Browse files
Add python standard use (#143)
Signed-off-by: Maria Teresa Ortega <teresa.ortega0903@gmail.com>
1 parent 35f27b3 commit d342a31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/beluga/beluga_benchmark.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ def nominal(ctx):
4848
ctx.shell.evo_ape.bag2("output.mcap", save_results="out.zip")
4949

5050

51-
nominal()
51+
if __name__ == "__main__":
52+
nominal()

0 commit comments

Comments
 (0)