mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-27 02:09:22 +00:00
7 lines
169 B
Python
7 lines
169 B
Python
import win32com.client
|
|
|
|
|
|
def fix():
|
|
if win32com.client.gencache.is_readonly == True:
|
|
win32com.client.gencache.is_readonly = False
|
|
win32com.client.gencache.Rebuild() |