diff --git a/docs/parsers/stat_s.md b/docs/parsers/stat_s.md index e9d3b9f0..6608676e 100644 --- a/docs/parsers/stat_s.md +++ b/docs/parsers/stat_s.md @@ -56,9 +56,9 @@ Schema: "unix_flags": string "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True { - "success": boolean, # true if successfully parsed, false if error - "error": string, # exists if "success" is false - "line": string # exists if "success" is false + "success": boolean, # true if successfully parsed, false if error + "error": string, # exists if "success" is false + "line": string # exists if "success" is false } } diff --git a/jc/parsers/stat_s.py b/jc/parsers/stat_s.py index 9d67f749..14343cc2 100644 --- a/jc/parsers/stat_s.py +++ b/jc/parsers/stat_s.py @@ -53,9 +53,9 @@ Schema: "unix_flags": string "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True { - "success": boolean, # true if successfully parsed, false if error - "error": string, # exists if "success" is false - "line": string # exists if "success" is false + "success": boolean, # true if successfully parsed, false if error + "error": string, # exists if "success" is false + "line": string # exists if "success" is false } }