mirror of
https://github.com/cemu-project/idapython.git
synced 2025-02-17 18:36:23 +01:00
init.py: Added watchdog reset to runscript()
This commit is contained in:
parent
e4d97c7261
commit
29187c6f53
@ -55,6 +55,7 @@ def runscript(script):
|
|||||||
This function is used by the low-level plugin code.
|
This function is used by the low-level plugin code.
|
||||||
"""
|
"""
|
||||||
addscriptpath(script)
|
addscriptpath(script)
|
||||||
|
watchdog.reset()
|
||||||
argv = sys.argv
|
argv = sys.argv
|
||||||
sys.argv = [ script ]
|
sys.argv = [ script ]
|
||||||
execfile(script, globals())
|
execfile(script, globals())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user