Skip to content

Commit

Permalink
Linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
purple4reina committed Dec 19, 2022
1 parent 9fa309d commit da94d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/serverless/log_normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def parse_args():
args = parse_args()
print(normalize(args.logs, args.type, args.stage))
except Exception:
err = {"error":"normalization raised exception"}
err = {"error": "normalization raised exception"}
err_json = json.dumps(err, indent=2)
print(err_json)
exit(1)

0 comments on commit da94d44

Please sign in to comment.