[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor-messenger-build/master] Fix a typo in signmars.py



commit 9d253ce771557e57da2fde30d98d9b53242a1430
Author: Sukhbir Singh <sukhbir@xxxxxxxxxxxxxx>
Date:   Sat Jan 7 23:56:32 2017 -0500

    Fix a typo in signmars.py
---
 tools/update-responses/signmars.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/update-responses/signmars.py b/tools/update-responses/signmars.py
index 0ad340b..24e8d8a 100644
--- a/tools/update-responses/signmars.py
+++ b/tools/update-responses/signmars.py
@@ -45,7 +45,7 @@ OUTPUT_DIR = "signed"
 
 def sign_mars():
     if "NSS_DB_DIR" not in os.environ:
-        sys.exit("Please set `export NSS_DB_DIR' running this script.")
+        sys.exit("Please set `export NSS_DB_DIR' before running this script.")
     else:
         nss_dir = os.environ["NSS_DB_DIR"]
     if not os.path.isdir(nss_dir):

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits