Skip to content

Exporting to analysis tabs overwrites shared state with no way to revert in preprocessing tab #7

Description

@djmarques

In preprocessing.py, clicking "Export to Analysis Tabs" (_on_export_to_tabs) commits the locally preprocessed recording directly into shared app state via rv_single.set() (single mode) or batch[subj] = ... (batch mode), with no backup of the previous value. Once exported, the original recording is unrecoverable from the preprocessing tab. The current workaround is re-uploading the file. Bug identified and described in the code with label BUG-1.

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