Fix repeated application failing

This commit is contained in:
Fierelier 2022-06-10 20:16:28 +02:00
parent 8740323430
commit 5acdf54a46

View File

@ -1 +1,4 @@
opusnt.runReg(["delete",opusnt.regTmpPath + "software\\Classes\\ms-msdt","/f"]) try:
opusnt.runReg(["delete",opusnt.regTmpPath + "software\\Classes\\ms-msdt","/f"])
except:
pass