oh that wasnt enough ok then

This commit is contained in:
ed 2021-07-17 16:45:25 +02:00
parent 62df0a0eb2
commit 99820d854c

View file

@ -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))