Skip to content

Commit

Permalink
Forgot to raise exception
Browse files Browse the repository at this point in the history
  • Loading branch information
pyth0n1c authored Oct 23, 2023
1 parent c949ed4 commit b7511f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentctl/output/conf_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def parseAppinspectJsonLogFile(self, logfile_path:pathlib.Path,
def inspectAppCLI(self)-> None:

try:
raise("Local spunk-appinspect Not Supported at this time (you may use the appinspect api). If you would like to locally inspect your app with"
raise Exception("Local spunk-appinspect Not Supported at this time (you may use the appinspect api). If you would like to locally inspect your app with"
"Python 3.7, 3.8, or 3.9 (with limited support), please refer to:\n"
"\t - https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/useappinspectclitool/")
from splunk_appinspect.main import (
Expand Down

0 comments on commit b7511f8

Please sign in to comment.