mirror of
https://github.com/elliotnunn/machfs.git
synced 2025-02-19 11:31:05 +00:00
Hide Desktop Database from readers
(Not sure of the wisdom of this move)
This commit is contained in:
parent
cd433459d0
commit
2a7fc8a8c4
@ -243,6 +243,10 @@ class Volume(directory.AbstractFolder):
|
||||
|
||||
self.update(cnids[2])
|
||||
|
||||
self.pop('Desktop', None)
|
||||
self.pop('Desktop DB', None)
|
||||
self.pop('Desktop DF', None)
|
||||
|
||||
def write(self, size=800*1024, align=512, desktopdb=True):
|
||||
if align < 512 or align % 512:
|
||||
raise ValueError('align must be multiple of 512')
|
||||
|
Loading…
x
Reference in New Issue
Block a user