mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[PR #545] [MERGED] Fix file type filter for Python files #491
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/brentvollebregt/auto-py-to-exe/pull/545
Author: @mcagriaksoy
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/17/2025
Merged by: @brentvollebregt
Base:
master← Head:issue_544_fix📝 Commits (1)
fad6f45Fixes file type filter for Python files📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
auto_py_to_exe/dialogs.py(+1 -1)📄 Description
Corrects the file type filter for Python files in the file selection dialog.
The previous filter separated the .py and .pyw extensions, preventing the selection of both file types simultaneously. This change updates the filter to allow either .py or .pyw files to be selected.
Fixes #544
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.