mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Prefix: cleanup more folders (#29848)
cleanup downloads folders old-commit-hash: 0adc2f20c250ae7ca9a1d4e205c9560b50309eea
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user