Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
add .pyc file in white file type
  • Loading branch information
mengdeer589 authored Jul 30, 2024
1 parent 7e2545f commit 5a7efdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"streamlit": ["streamlit\\static"],
"trame_vtk": ["static_viewer.html"],
}
WHITE_FILE_TYPE = [".pyi", ".py", ".pth", "._pth"]
WHITE_FILE_TYPE = [".pyi", ".py",".pyc", ".pth", "._pth"]


class WinGUI(Tk):
Expand Down

0 comments on commit 5a7efdc

Please sign in to comment.