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 cb6700f commit f6619b5Copy full SHA for f6619b5
jnitrace/jnitrace.py
@@ -90,7 +90,7 @@ def _print_method_name(self, t_s, name):
90
Style.RESET_ALL
91
))
92
93
- def _print_method_arg(self, t_s, arg_type, value):
+ def _print_method_arg(self, t_s, arg_type, value): # pylint: disable=too-many-branches
94
opt = None
95
if arg_type == "jfieldID":
96
val = value
0 commit comments