forked from jan/mem_edit
windows: Don't fail search on unopenable process
This commit is contained in:
parent
260d67bf81
commit
bd6c22ca1d
@ -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…
Reference in New Issue
Block a user