[nyx/master] Fix syntax error

31 Oct
2017
31 Oct
'17
6:07 p.m.
commit babfabc771ad80d1ab001e789483ee2e9eaea1ed Author: Damian Johnson <atagar@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
2759
Age (days ago)
2759
Last active (days ago)
0 comments
1 participants
participants (1)
-
atagar@torproject.org