mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
fix format.
This commit is contained in:
parent
f937fc1da8
commit
435ded95b5
@ -554,7 +554,7 @@ PyVar VM::__py_exec_internal(const CodeObject_& code, PyVar globals, PyVar local
|
||||
PyVar retval = nullptr;
|
||||
|
||||
if(locals == vm->None){
|
||||
retval = vm->_exec(code, globals_obj); // only globals
|
||||
retval = vm->_exec(code, globals_obj); // only globals
|
||||
}else{
|
||||
check_compatible_type(locals, VM::tp_dict);
|
||||
locals_dict = &PK_OBJ_GET(Dict, locals);
|
||||
|
Loading…
x
Reference in New Issue
Block a user