mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Check modes on install and temporary directories. Fixes #693230.
This commit is contained in:
parent
f1728713cc
commit
d5532affd8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue