[tor-commits] [nyx/master] Fix syntax error

atagar at torproject.org atagar at torproject.org
Tue Oct 31 18:07:01 UTC 2017


commit babfabc771ad80d1ab001e789483ee2e9eaea1ed
Author: Damian Johnson <atagar at torproject.org>
Date:   Tue Oct 31 11:06:53 2017 -0700

    Fix syntax error
---
 nyx/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nyx/__init__.py b/nyx/__init__.py
index f91ef07..5a8de5d 100644
--- a/nyx/__init__.py
+++ b/nyx/__init__.py
@@ -75,7 +75,7 @@ SQLITE_UNAVAILABLE_FREEBSD = """\
 Python's sqlite3 module is unavailable. Please run...
 
   sudo pkg install py%i%i-sqlite3
-""" % (sys.version_info[:2]
+""" % (sys.version_info[:2])
 
 try:
   import sqlite3



More information about the tor-commits mailing list