Skip to content

Commit 3392800

Browse files
authored
chore: fix cleanup on Python 3.9 (#1179)
1 parent 7c12e69 commit 3392800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,4 +1358,4 @@ def cleanup_cloud_functions(session, cloudfunctions_client, dataset_id_permanent
13581358
# backend flakiness.
13591359
#
13601360
# Let's stop further clean up and leave it to later.
1361-
traceback.print_exception(exc)
1361+
traceback.print_exception(type(exc), exc, None)

0 commit comments

Comments
 (0)