We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b3955 commit a7cf5b5Copy full SHA for a7cf5b5
mtda/storage/qemu.py
@@ -33,7 +33,7 @@ def configure(self, conf):
33
self.mtda.debug(3, "storage.qemu.configure()")
34
self.lock.acquire()
35
36
- result = None
+ result = True
37
if 'file' in conf:
38
self.file = os.path.realpath(conf['file'])
39
d = os.path.dirname(self.file)
0 commit comments