Merge pull request #18 from PeterMosmans/speller
Fix: logmessage failed when learning new words
This commit is contained in:
commit
5f58f6e5d5
@ -6,10 +6,10 @@ Cross-checks findings, validates XML files, offerte and report files.
|
|||||||
This script is part of the PenText framework
|
This script is part of the PenText framework
|
||||||
https://pentext.org
|
https://pentext.org
|
||||||
|
|
||||||
Copyright (C) 2015-2016 Radically Open Security
|
Copyright (C) 2015-2017 Radically Open Security
|
||||||
https://www.radicallyopensecurity.com
|
https://www.radicallyopensecurity.com
|
||||||
|
|
||||||
Author(s): Peter Mosmans
|
Author: Peter Mosmans
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -97,7 +97,7 @@ def parse_arguments():
|
|||||||
description=textwrap.dedent('''\
|
description=textwrap.dedent('''\
|
||||||
validate_report - validates offer letters and reports
|
validate_report - validates offer letters and reports
|
||||||
|
|
||||||
Copyright (C) 2015-2016 Radically Open Security (Peter Mosmans)
|
Copyright (C) 2015-2017 Radically Open Security (Peter Mosmans)
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -590,7 +590,7 @@ def main():
|
|||||||
else:
|
else:
|
||||||
logging.warning('Validation failed')
|
logging.warning('Validation failed')
|
||||||
if options['spelling'] and options['learn']:
|
if options['spelling'] and options['learn']:
|
||||||
logging.log(STATUS('Don\'t forget to check the vocabulary file %s', VOCABULARY))
|
logging.log(STATUS, 'Don\'t forget to check the vocabulary file %s', VOCABULARY)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user