Skip to content

MainConfig cmdline get overwritten with default in L1a processing #287

@raphidoc

Description

@raphidoc

MainConfig created via cmdline gets overwritten with default in L1a processing.
The problem is here:

if os.environ['HYPERINSPACE_CMD'].lower == 'true': # os.environ must be string

.lower should be .lower() to return the string, not the method.

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