mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-25 17:39:23 +00:00
6 lines
168 B
Python
6 lines
168 B
Python
import win32com.client
|
|
|
|
def fix():
|
|
if win32com.client.gencache.is_readonly == True:
|
|
win32com.client.gencache.is_readonly = False
|
|
win32com.client.gencache.Rebuild() |