Skip to content

Commit 5a7efdc

Browse files
authored
Update main.py
add .pyc file in white file type
1 parent 7e2545f commit 5a7efdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"streamlit": ["streamlit\\static"],
4343
"trame_vtk": ["static_viewer.html"],
4444
}
45-
WHITE_FILE_TYPE = [".pyi", ".py", ".pth", "._pth"]
45+
WHITE_FILE_TYPE = [".pyi", ".py",".pyc", ".pth", "._pth"]
4646

4747

4848
class WinGUI(Tk):

0 commit comments

Comments
 (0)