[tor-commits] [ooni-probe/master] [hotfix] fix syntax error in oonideckgen
art at torproject.org
art at torproject.org
Fri Jan 13 12:39:57 UTC 2017
commit 083b779101c45a56cc8be84fe944296cb5b85e31
Author: Arturo Filastò <arturo at filasto.net>
Date: Sat Oct 29 21:53:15 2016 +0200
[hotfix] fix syntax error in oonideckgen
This closes: https://github.com/TheTorProject/ooni-probe/issues/651
---
ooni/scripts/oonideckgen.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/scripts/oonideckgen.py b/ooni/scripts/oonideckgen.py
index 89541d7..39bce74 100644
--- a/ooni/scripts/oonideckgen.py
+++ b/ooni/scripts/oonideckgen.py
@@ -30,7 +30,7 @@ class Options(usage.Options):
]
def opt_version(self):
- print("oonideckgen version: " % __version__)
+ print("oonideckgen version: %s" % __version__)
sys.exit(0)
def generate_deck(options):
More information about the tor-commits
mailing list