Skip to content

Commit

Permalink
Removing warning entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
ljstella committed Feb 21, 2025
1 parent f497f45 commit 548b236
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions contentctl/contentctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,6 @@ def test_common_func(config: test_common):
raise Exception("There was at least one unsuccessful test")


CONTENTCTL_5_WARNING = """
*****************************************************************************
WARNING - THIS IS A BUILD OF CONTENTCTL 5.
THERE HAVE BEEN NUMEROUS CHANGES IN CONTENTCTL (ESPECIALLY TO YML FORMATS).
IF YOU ENCOUNTER LARGE QUANTITIES OF ERRORS, YOU MAY HAVE UPDATED TO THIS RELEASE BY MISTAKE.
*****************************************************************************
"""


def get_random_compliment():
compliments = [
"Your detection rules are like a zero-day shield! 🛡️",
Expand Down Expand Up @@ -293,7 +284,6 @@ def main():
)

print(e)
print(CONTENTCTL_5_WARNING)
sys.exit(1)


Expand Down

0 comments on commit 548b236

Please sign in to comment.