Skip to content

fix name error: replaced create_drop_zone with create_file_picker - #12

Open
hexeosis-prime wants to merge 1 commit into
elder-plinius:mainfrom
hexeosis-prime:fix/matryoshka-file-picker
Open

fix name error: replaced create_drop_zone with create_file_picker#12
hexeosis-prime wants to merge 1 commit into
elder-plinius:mainfrom
hexeosis-prime:fix/matryoshka-file-picker

Conversation

@hexeosis-prime

Copy link
Copy Markdown

Fix NameError: create_drop_zone is not defined (Matryoshka tab)

webui.py called create_drop_zone() at lines 2736 and 2812, but the
function is named create_file_picker (line 1154) — identical signature.
Renamed both call sites. Fixes the 500 error when opening the Matryoshka
tab in stegg-web. Verified working on macOS and Windows.

Fixes #11

Fix NameError in Matryoshka tab: create_drop_zone → create_file_picker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NameError: create_drop_zone is not defined — 500 error on Matryoshka tab (web UI)

1 participant