*Really* move the __enter__ call where it belongs.
This commit is contained in:
parent
2b1d6dd3c8
commit
6d466b9e14
|
@ -159,8 +159,8 @@ Specification
|
|||
|
||||
abc = EXPR
|
||||
exc = (None, None, None)
|
||||
VAR = abc.__enter__()
|
||||
try:
|
||||
VAR = abc.__enter__()
|
||||
try:
|
||||
BLOCK
|
||||
except:
|
||||
|
|
Loading…
Reference in New Issue