forked from goodboy/tractor
1
0
Fork 0

Woops, set `post_mortem=False` by default again!

runtime_to_msgspec
Tyler Goodlet 2024-05-30 18:33:25 -04:00
parent 8ea0f08386
commit d802c8aa90
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ def test_basic_payload_spec(
f"match type-spec: `{msg_type_str}.pld: PldMsg|NoneType`", f"match type-spec: `{msg_type_str}.pld: PldMsg|NoneType`",
], ],
# only for debug # only for debug
post_mortem=True, # post_mortem=True,
), ),
p.open_context( p.open_context(
child, child,