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