Prefix: cleanup more folders (#29848)

cleanup downloads folders
This commit is contained in:
Justin Newberry
2023-09-08 14:54:15 -07:00
committed by GitHub
parent 1344a93a35
commit 0adc2f20c2
+2
View File
@@ -39,3 +39,5 @@ class OpenpilotPrefix:
os.remove(symlink_path)
shutil.rmtree(self.msgq_path, ignore_errors=True)
shutil.rmtree(Paths.log_root(), ignore_errors=True)
shutil.rmtree(Paths.download_cache_root(), ignore_errors=True)
shutil.rmtree(Paths.comma_home(), ignore_errors=True)