summaryrefslogtreecommitdiffstats
path: root/base/common/python
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/python')
-rw-r--r--base/common/python/pki/nssdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/python/pki/nssdb.py b/base/common/python/pki/nssdb.py
index 430cacd83..cad89081e 100644
--- a/base/common/python/pki/nssdb.py
+++ b/base/common/python/pki/nssdb.py
@@ -123,7 +123,7 @@ class NSSDatabase(object):
self.password_file = password_file
else:
- raise Exception('Missing NSS database password')
+ self.password_file = None
if internal_password:
# Store the specified internal token into password file.