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 7f7f4a6 commit 98f55b6Copy full SHA for 98f55b6
1 file changed
docs/xsl/fixxref.py
@@ -49,7 +49,7 @@ def usage(e=None):
49
try:
50
opts, args = getopt.getopt(sys.argv[1:], "i:h:",
51
["index-dir=", "html-dir="])
52
- except getopt.error, e:
+ except getopt.error as e:
53
usage(e)
54
55
index_dirs = []
0 commit comments