Closed MikeWalrus closed 2 years ago
I should have used with_context() instead of context(), or when formatting the context message the program will unwrap a harmless None. Sorry that I didn't get it right the first time.
with_context()
context()
None
no worries, can't get everything right always on the first go :) appreciate the PR, glad you caught it!
I should have used
with_context()
instead ofcontext()
, or when formatting the context message the program will unwrap a harmlessNone
. Sorry that I didn't get it right the first time.