mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2025-01-02 17:31:09 +00:00
added delete_file stub to LocalFilesystemImage
This commit is contained in:
parent
dff073208f
commit
80d47573bb
@ -35,6 +35,9 @@ class LocalFilesystemImage(DiskImageBase):
|
||||
with open(path, "wb") as fh:
|
||||
fh.write(data)
|
||||
|
||||
def delete_file(self, name):
|
||||
pass
|
||||
|
||||
|
||||
class LocalFilesystem():
|
||||
def __init__(self, path="."):
|
||||
|
Loading…
Reference in New Issue
Block a user