-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
pr:bugfixBug fix for use in PRs solving a specific issue:bugBug fix for use in PRs solving a specific issue:bugpr:deprecationDeprecation, or removal of deprecated codeDeprecation, or removal of deprecated code
Description
The main function defined in extract_scene.py accepts a required argument. But the last line of extract_scene.py calls main without arguments.
- This probably means that nobody is calling
extract_scene.pyas a standalone script (which would trigger the wrongmain()call. If this is the case, we should just delete the last two lines. - If we want to support using
extract_scene.pyas a standalone script, we should fix that call and determine what is the appropriateconfigto be passed tomainin that case.
Metadata
Metadata
Assignees
Labels
pr:bugfixBug fix for use in PRs solving a specific issue:bugBug fix for use in PRs solving a specific issue:bugpr:deprecationDeprecation, or removal of deprecated codeDeprecation, or removal of deprecated code