diff --git a/examples/showoci/showoci.py b/examples/showoci/showoci.py index 80694334c9..01aee9b0aa 100755 --- a/examples/showoci/showoci.py +++ b/examples/showoci/showoci.py @@ -489,4 +489,5 @@ def print_to_json_file(output, file_name, data, header): ########################################################################## # Main ########################################################################## -execute_extract() +if __name__ == "__main__": + execute_extract()