Kaydet (Commit) d5532aff authored tarafından Jack Jansen's avatar Jack Jansen

Check modes on install and temporary directories. Fixes #693230.

üst f1728713
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment