Skip to content

EDAstro plugin ignores the "Send data to EDAstro" setting #2619

@rinkulu

Description

@rinkulu
# plugins/edastro_core.py
    if this.log and entry["event"] in ["CarrierStats", "CarrierJumpRequest", "ScanOrganic"]:
        edastro_update(system, entry, state)

this.log is tk.IntVar; its underlying value must be checked with this.log.get(). Right now this condition always passes, effectively ignoring the disabled state of the option, so the data always gets sent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions