mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2025-08-15 11:27:41 +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:
|
||||
fh.write(data)
|
||||
|
||||
def delete_file(self, name):
|
||||
pass
|
||||
|
||||
|
||||
class LocalFilesystem():
|
||||
def __init__(self, path="."):
|
||||
|
Reference in New Issue
Block a user