Skip to content

[Bugfix] Win_path is enforced as directory path, not file path#213

Merged
nikopueringer merged 2 commits intonikopueringer:mainfrom
tiberiumboy:f/loosely-batch
Apr 7, 2026
Merged

[Bugfix] Win_path is enforced as directory path, not file path#213
nikopueringer merged 2 commits intonikopueringer:mainfrom
tiberiumboy:f/loosely-batch

Conversation

@tiberiumboy
Copy link
Copy Markdown
Contributor

What does this change?

This change aims to reduce the confusion when user drags and drop a footage/file instead of a directory as instructed. This brings upsetting clients to discord server and ask why this program breaks.

https://discord.com/channels/1128442184715214980/1476324228834791474/1477023833729794222

This pull request changes how interactive wizard process the win_path parameter. Since we are making the assumption that this input is a directory in the logic down below, we'll fetch the parent directory from the dropped file.

How was it tested?

Dragging a footage will open the interactive wizard into the parent directory instead.
Also ran uv run pytest && uv run ruff check && uv run ruff format --check and all passed.

Checklist

  • uv run pytest passes
  • uv run ruff check passes
  • uv run ruff format --check passes

@nikopueringer nikopueringer merged commit a97f3b3 into nikopueringer:main Apr 7, 2026
3 checks passed
@tiberiumboy tiberiumboy deleted the f/loosely-batch branch April 7, 2026 02:11
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.

2 participants