mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Fix minor coding style inconsistency
This commit is contained in:
@@ -293,7 +293,7 @@ class Reactor(object):
|
||||
self._cond.wait(timeout)
|
||||
running = self._running
|
||||
|
||||
if self._on_stop:
|
||||
if self._on_stop is not None:
|
||||
self._on_stop()
|
||||
|
||||
def stop(self):
|
||||
|
||||
Reference in New Issue
Block a user