Skip to content

Commit 118cda1

Browse files
kujirahandCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 526b3bf commit 118cda1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

TkEasyGUI/dialogs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,8 @@ def popup_get_file(
727727
- `file_types` is a list of tuples (description, file extension) or a list of file extensions. For example: [("Text Files", "*.txt"), ("All Files", "*.*")] or ["*.txt", "*.py"].
728728
729729
```py
730+
import TkEasyGUI as eg
731+
730732
# select a file to open
731733
file_path = eg.popup_get_file("Select a file to open:", "Open File")
732734
print(file_path)

0 commit comments

Comments
 (0)