bug fix: csf causing bug while site creation

This commit is contained in:
usmannasir
2024-10-07 14:35:06 +05:00
parent 42aa7b6887
commit 4afb818b2b

View File

@@ -490,6 +490,7 @@ class CSF(multi.Thread):
return 1
except BaseException as msg:
try:
import os
os.remove('csf.tgz')
os.removedirs('csf')
except: