[PR #545] [MERGED] Fix file type filter for Python files #491

Closed
opened 2026-02-26 12:21:49 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: issue_544_fix


📝 Commits (1)

  • fad6f45 Fixes 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.

## 📋 Pull Request Information **Original PR:** https://github.com/brentvollebregt/auto-py-to-exe/pull/545 **Author:** [@mcagriaksoy](https://github.com/mcagriaksoy) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@brentvollebregt](https://github.com/brentvollebregt) **Base:** `master` ← **Head:** `issue_544_fix` --- ### 📝 Commits (1) - [`fad6f45`](https://github.com/brentvollebregt/auto-py-to-exe/commit/fad6f45c7e57774ce36a8026818798df53d93913) Fixes file type filter for Python files ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `auto_py_to_exe/dialogs.py` (+1 -1) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:21:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#491
No description provided.