We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f9e57 commit b119f7cCopy full SHA for b119f7c
tokdiff.py
@@ -7,7 +7,7 @@
7
This is a simple diff utility based upon pygments' lexer token streams.
8
"""
9
10
-if len(sys.argv != 4):
+if len(sys.argv) != 4:
11
print "Usage: tokdiff.py lexername file1 file2"
12
sys.exit(1)
13
0 commit comments