oh that wasnt enough ok then
This commit is contained in:
parent
62df0a0eb2
commit
99820d854c
@ -69,6 +69,11 @@ def get_ramdisk():
|
||||
with open("/Volumes/cptd/.metadata_never_index", "w") as f:
|
||||
f.write("orz")
|
||||
|
||||
try:
|
||||
shutil.rmtree("/Volumes/cptd/.fseventsd")
|
||||
except:
|
||||
pass
|
||||
|
||||
return subdir("/Volumes/cptd")
|
||||
except Exception as ex:
|
||||
print(repr(ex))
|
||||
|
Loading…
Reference in New Issue
Block a user