Update propka/lib.py

I cannot spell.

Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
This commit is contained in:
Nathan Baker
2020-05-22 20:22:30 -07:00
committed by GitHub
parent f13d3d8121
commit 03e12ae15c

View File

@@ -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))