forked from jan/mem_edit
windows: Don't fail search on unopenable process
This commit is contained in:
parent
260d67bf81
commit
bd6c22ca1d
1 changed files with 2 additions and 0 deletions
|
|
@ -205,6 +205,8 @@ class Process(AbstractProcess):
|
||||||
return pid
|
return pid
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
|
except MemEditError as err:
|
||||||
|
logger.info(repr(err))
|
||||||
|
|
||||||
logger.info('Found no process with name {}'.format(target_name))
|
logger.info('Found no process with name {}'.format(target_name))
|
||||||
return None
|
return None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue