Skip to content

Commit 7d4dd59

Browse files
author
Sebastian Molenda
committed
Debug...
1 parent f2d76aa commit 7d4dd59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/acceptance/subscribe/environment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ def after_scenario(context: Context, feature):
5151
loop.run_until_complete(task)
5252
except asyncio.CancelledError:
5353
pass
54+
except Exception as e:
55+
print(e)
56+
5457
loop.run_until_complete(asyncio.sleep(1.5))
5558
del context.pubnub
5659

0 commit comments

Comments
 (0)