Skip to content

Commit 074b660

Browse files
jan-kiszkachombourger
authored andcommitted
fix(storage/qemu): Adjust configure return value
Looks like it is currently unused, though. Signed-off-by: Jan Kiszka <[email protected]>
1 parent a8d03fd commit 074b660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mtda/storage/qemu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def configure(self, conf):
3333
self.mtda.debug(3, "storage.qemu.configure()")
3434
self.lock.acquire()
3535

36-
result = None
36+
result = True
3737
if 'file' in conf:
3838
self.file = os.path.realpath(conf['file'])
3939
d = os.path.dirname(self.file)

0 commit comments

Comments
 (0)