Skip to content

Commit

Permalink
Update pytest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 27, 2023
1 parent 4dad9db commit f67618b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Files skipped:

Partially analyzed due to parsing or internal Semgrep errors

• targets/bad/invalid_python.py (3 lines skipped)
• targets/bad/invalid_python.py (2 lines skipped)



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
{
"code": 3,
"level": "warn",
"message": "Syntax error at line targets/bad/invalid_python.py:1:\n `def foo(a)\n tree = ElementTree.parse('country_data.xml')\n root = tree.getroot()` was unexpected",
"message": "Syntax error at line targets/bad/invalid_python.py:1:\n `def foo(a)\n tree = ElementTree.parse('country_data.xml')` was unexpected",
"path": "targets/bad/invalid_python.py",
"spans": [
{
"end": {
"col": 26,
"line": 3
"col": 49,
"line": 2
},
"file": "targets/bad/invalid_python.py",
"start": {
Expand Down

0 comments on commit f67618b

Please sign in to comment.