Skip to content

Commit

Permalink
chore: remove newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruzda-splunk committed Jul 27, 2023
1 parent 26a3a82 commit 9545e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def parse_results(results: Dict[str, Any]):
for metric, count in results["info"].items():
print(f"{metric:>15} : {count: <4}")
if results["info"]["error"] > 0 or results["info"]["failure"] > 0:
logging.error("\nError or failures found in App Inspect\n")
logging.warning("Error or failures found in App Inspect")
raise AppinspectChecksFailuresException


Expand Down

0 comments on commit 9545e7a

Please sign in to comment.