Skip to content

Commit 339bfa3

Browse files
committed
fix try-except syntax error
Signed-off-by: Justin Charette <charetjc@gmail.com>
1 parent c171592 commit 339bfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ioServ.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
try:
1818
import rapidjson
19-
except ImportError, e:
19+
except ImportError as e:
2020
print("Please install the rapidjson library so the so the options file can be loaded.")
2121
loadOptions = False
2222

0 commit comments

Comments
 (0)