mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +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.
|
||||
"""
|
||||
addscriptpath(script)
|
||||
watchdog.reset()
|
||||
argv = sys.argv
|
||||
sys.argv = [ script ]
|
||||
execfile(script, globals())
|
||||
|
Loading…
Reference in New Issue
Block a user