Skip to content

Commit

Permalink
Changing log to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Jan 7, 2025
1 parent 21b9d4f commit b4930ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfiles/ci_nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ def xenon(session: nox.Session) -> None:
"--exclude=src/fides/_version.py",
)
session.run(*command, success_codes=[0, 1])
session.log(
session.warn(
"Note: This command was malformed so it's been failing to report complexity issues."
)
session.log(
session.warn(
"Intentionally suppressing the error status code for now to slowly work through the issues."
)

Expand Down

0 comments on commit b4930ac

Please sign in to comment.