We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab7734 commit c6e5ef1Copy full SHA for c6e5ef1
quark/utils/tools.py
@@ -53,7 +53,6 @@ def descriptor_to_androguard_format(descriptor):
53
parentheses
54
:return: a descriptor with arguments separated by spaces
55
"""
56
-
57
if "(" not in descriptor or ")" not in descriptor:
58
raise ValueError(f"Invalid descriptor. {descriptor}")
59
0 commit comments