Skip to content

Commit

Permalink
Update summarize_fail.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kliao-csa committed Aug 29, 2023
1 parent 665763a commit 1075519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/tools/summarize_fail.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

error_catalog = {
"CodeQL": {
"(eventual cause: IOException \"No space left on device\")": {
"No space left on device": {
"short": "Ran out of space",
"detail": "IOException due to running out of space"
"detail": "Exception with signature \"No space left on device\""
},
"Check that the disk containing the database directory has ample free space.": {
"short": "Ran out of space",
"detail": "Fatal internal error likely due to running out of space"
"detail": "Fatal internal error with message indicating that disk space most likely ran out"
}
}
}
Expand Down

0 comments on commit 1075519

Please sign in to comment.