Check modes on install and temporary directories. Fixes #693230.
This commit is contained in:
parent
f1728713cc
commit
d5532affd8
|
@ -227,7 +227,7 @@ class PimpInterface:
|
|||
self.pimpdb.appendURL(url)
|
||||
except IOError, arg:
|
||||
return "Cannot open %s: %s" % (url, arg)
|
||||
return None
|
||||
return self.pimpprefs.check()
|
||||
|
||||
def closepimp(self):
|
||||
self.pimpdb.close()
|
||||
|
|
Loading…
Reference in New Issue