Make gpghome default to _conf directory from util.py.

feature/documentation-builds-html
Isis Lovecruft 2013-04-15 00:45:17 +00:00
parent ec1a81b197
commit 92d52268ba
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ class GPG(object):
logger.warn("")
if not gpghome:
gpghome = os.path.join(os.getcwd(), 'gnupg')
gpghome = _conf
self.gpghome = _fix_unsafe(gpghome)
if self.gpghome:
if not os.path.isdir(self.gpghome):