Update propka/lib.py
I cannot spell. Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
This commit is contained in:
@@ -211,7 +211,7 @@ def build_parser(parser=None):
|
||||
group.add_argument("-k", "--keep-protons", dest="keep_protons", action="store_true",
|
||||
help="Keep protons in input file", default=False)
|
||||
group.add_argument("-q", "--quiet", action="store_const", const="WARNING",
|
||||
dest="log_level", help="supress non-warning messages")
|
||||
dest="log_level", help="suppress non-warning messages")
|
||||
group.add_argument("--protonate-all", dest="protonate_all", action="store_true",
|
||||
help="Protonate all atoms (will not influence pKa calculation)",
|
||||
default=False)
|
||||
@@ -324,4 +324,3 @@ def debug(*args):
|
||||
def warning(*args):
|
||||
"""Log a WARN message"""
|
||||
logger.warning(_args_to_str(args))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user