Fixed typo
This commit is contained in:
@@ -40,7 +40,7 @@ except ImportError as e:
|
||||
print('[-] This script needs python-gitlab, jxmlease and validate_report library', file=sys.stderr)
|
||||
print("validate_report is part of the pentext framework", file=sys.stderr)
|
||||
print("Install python-gitlab with: sudo pip install python-gitlab", file=sys.stderr)
|
||||
print("Install pjxmlease with: sudo pip install jxmlease", file=sys.stderr)
|
||||
print("Install jxmlease with: sudo pip install jxmlease", file=sys.stderr)
|
||||
print("", file=sys.stderr)
|
||||
print("Currently missing: " + e.message,file=sys.stderr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user