Skip to content

Commit f6619b5

Browse files
committed
code update
1 parent cb6700f commit f6619b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jnitrace/jnitrace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _print_method_name(self, t_s, name):
9090
Style.RESET_ALL
9191
))
9292

93-
def _print_method_arg(self, t_s, arg_type, value):
93+
def _print_method_arg(self, t_s, arg_type, value): # pylint: disable=too-many-branches
9494
opt = None
9595
if arg_type == "jfieldID":
9696
val = value

0 commit comments

Comments
 (0)