Skip to content

extract_scene.py calls main without argument #77

Closed
@leotrs

Description

@leotrs

The main function defined in extract_scene.py accepts a required argument. But the last line of extract_scene.py calls main without arguments.

  1. This probably means that nobody is calling extract_scene.py as a standalone script (which would trigger the wrong main() call. If this is the case, we should just delete the last two lines.
  2. If we want to support using extract_scene.py as a standalone script, we should fix that call and determine what is the appropriate config to be passed to main in that case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    pr:bugfixBug fix for use in PRs solving a specific issue:bugpr:deprecationDeprecation, or removal of deprecated code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions