mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 20:39:46 +00:00
* Fix file_open() in python test
This commit is contained in:
parent
90bdfd008d
commit
d8ebc90f11
@ -2,7 +2,7 @@ from r2.r_core import *
|
||||
from r2.r_cons import *
|
||||
|
||||
core = RCore()
|
||||
core.file_open("/bin/ls", False)
|
||||
core.file_open("/bin/ls", False, 0)
|
||||
core.cmd0("pd 8");
|
||||
|
||||
RCons.flush()
|
||||
|
Loading…
x
Reference in New Issue
Block a user