mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Fix Py3k regression
This commit is contained in:
+1
-1
@@ -451,7 +451,7 @@ def main():
|
||||
continue
|
||||
yield Completion(key, -len(before_dot))
|
||||
except Exception as e:
|
||||
print e
|
||||
print(e)
|
||||
|
||||
def _get_keys(self, code):
|
||||
return sorted(
|
||||
|
||||
Reference in New Issue
Block a user