[~] Refactor
This commit is contained in:
parent
8c5383187a
commit
75c8e4ab93
@ -1821,9 +1821,13 @@ def kernel_29():
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
assert len(t1) > 0
|
||||||
|
|
||||||
with io.open(t4, 'w') as f:
|
with io.open(t4, 'w') as f:
|
||||||
f.write(json.dumps(t1))
|
f.write(json.dumps(t1))
|
||||||
|
|
||||||
|
t7.append(t4)
|
||||||
|
|
||||||
with io.open(t7[0], 'r') as f:
|
with io.open(t7[0], 'r') as f:
|
||||||
t1 = json.load(f)
|
t1 = json.load(f)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user