Skip to content

Commit 85d65fd

Browse files
committed
Fixed issues with 3.4
1 parent d872e72 commit 85d65fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tck/steps/driver_auth_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def step_impl(context):
5353
session.run("CREATE (:label1)")
5454
session.close()
5555
assert False
56-
except exceptions.ProtocolError, e:
56+
except exceptions.ProtocolError as e:
5757
pass
5858

5959

0 commit comments

Comments
 (0)