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