Skip to content

Commit

Permalink
Revised error message according to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JCantu248 committed Oct 21, 2021
1 parent c6d29c5 commit 9c83ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/gophish_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ def main() -> None:

if not validate_assessment_id(args["ASSESSMENT_ID"]):
logging.critical(
'"%s" is an invalid assessment_id format. Assessment Identifiers begin with RV and followed by a 4 or 5 '
"digit numerical sequence. Example: RV1234",
'"%s" is an invalid assessment_id format. Assessment identifiers begin with RV and are followed by '
" a 4 or 5 digit numerical sequence. Examples: RV1234, RV12345",
args["ASSESSMENT_ID"],
)
sys.exit(1)
Expand Down

0 comments on commit 9c83ccb

Please sign in to comment.