Skip to content

Relying on potentially uninitialized environment variables. #12

@nadiaya

Description

@nadiaya
os.environ.get('AWS_REGION', os.environ.get(_params.REGION_NAME_ENV))

I don't think 'AWS_REGION' is set the platform in Training.
Looks like 'REGION_NAME_ENV' can be used independently but in reality it gets set when training environment is initialized.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions