"examples/pytorch/vscode:/vscode.git/clone" did not exist on "72cfb9342f0bf53f50d928008a808a9d39c116b9"
Unverified Commit eced0d52 authored by Matt Williams's avatar Matt Williams Committed by GitHub
Browse files

Update examples/python-loganalysis/loganalysis.py


Co-authored-by: default avatarBruce MacDonald <brucewmacdonald@gmail.com>
parent 96bf9caf
......@@ -3,6 +3,7 @@ import re
import requests
import json
# prelines and postlines represent the number of lines of context to include in the output around the error
prelines = 10
postlines = 10
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment