Skip to content

Commit

Permalink
fix(storage/qemu): Adjust configure return value
Browse files Browse the repository at this point in the history
Looks like it is currently unused, though.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka committed Feb 16, 2024
1 parent 08b3955 commit a7cf5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtda/storage/qemu.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def configure(self, conf):
self.mtda.debug(3, "storage.qemu.configure()")
self.lock.acquire()

result = None
result = True
if 'file' in conf:
self.file = os.path.realpath(conf['file'])
d = os.path.dirname(self.file)
Expand Down

0 comments on commit a7cf5b5

Please sign in to comment.