Skip to content

Commit af03657

Browse files
committed
fix bug in logger
1 parent e9b36aa commit af03657

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonforandroid/logger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def shprint(command, *args, **kwargs):
141141
kwargs.pop("silent", False)
142142
if silent:
143143
kwargs["_out"] = None
144-
kwargs["_err"] = None
145144

146145
is_critical = kwargs.pop('_critical', False)
147146
tail_n = kwargs.pop('_tail', None)

0 commit comments

Comments
 (0)