Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
comment about how to better handle crud in task logs
  • Loading branch information
Dave Marin committed Jul 19, 2017
1 parent a2a668d commit 7f81676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mrjob/logs/task.py
Expand Up @@ -413,7 +413,8 @@ def _parse_task_syslog(lines):

return result


# TODO: allow filtering of bad lines to happen elsewhere, pass this
# function numbered lines
def _parse_task_stderr(lines):
"""Attempt to explain any error in task stderr, be it a Python
exception or a problem with a setup command (see #1203).
Expand Down

0 comments on commit 7f81676

Please sign in to comment.