Skip to content

Instantly share code, notes, and snippets.

@ahal
Created July 22, 2019 15:10
Show Gist options
  • Save ahal/9bb3dad89c5a59e829596d566aef13de to your computer and use it in GitHub Desktop.
Save ahal/9bb3dad89c5a59e829596d566aef13de to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/ahal/dev/mozilla-central/python/mozlint/mozlint/roller.py", line 39, in _run_worker
res = func(paths, config, **lintargs) or []
File "/home/ahal/dev/mozilla-central/python/mozlint/mozlint/types.py", line 50, in __call__
return self._lint(paths, config, **lintargs)
File "/home/ahal/dev/mozilla-central/python/mozlint/mozlint/types.py", line 134, in _lint
return func(files, config, **lintargs)
File "/home/ahal/dev/mozilla-central/tools/lint/rst/__init__.py", line 100, in lint
filename, lineno, error, level, message = parse_with_split(errors)
File "/home/ahal/dev/mozilla-central/tools/lint/rst/__init__.py", line 65, in parse_with_split
idx = filtered_output[2].index(") ")
ValueError: substring not found
A failure occurred in the rst linter.
? 1 problem (0 errors, 0 warnings, 1 failure)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment