Skip to content

platform flags #9

@jameschapman19

Description

@jameschapman19

I didn't have problems using debuggers when the form was:

FLAGS = flags.FLAGS

and later on:

# Make sure the required fields are available in the config.
base_config.validate_config(FLAGS.config)

But I get errors with the new version:

# Make sure the required fields are available in the config.
config = _CONFIG.value
base_config.validate_config(config)

_CONFIG is None seems to be the problem. I'm using debugger from either PyCharm or VSCode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions