We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b36aa commit af03657Copy full SHA for af03657
1 file changed
pythonforandroid/logger.py
@@ -141,7 +141,6 @@ def shprint(command, *args, **kwargs):
141
kwargs.pop("silent", False)
142
if silent:
143
kwargs["_out"] = None
144
- kwargs["_err"] = None
145
146
is_critical = kwargs.pop('_critical', False)
147
tail_n = kwargs.pop('_tail', None)
0 commit comments