From 573b38db386b1e79ed4053a1bcc4ee2b516ff142 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Thu, 18 Jun 2020 08:24:51 -0700 Subject: [PATCH] Fix stray `propka31` to `propka32`. --- scripts/propka32.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/propka32.py b/scripts/propka32.py index faa5b46..0ccdffb 100755 --- a/scripts/propka32.py +++ b/scripts/propka32.py @@ -3,12 +3,12 @@ This is the original propka script. However, this distribute-based installation moved the main() function into propka.run.main and just -generates a script called propka31 from the setup.py installation +generates a script called `propka32` from the setup.py installation script. You should not need to use this script. (Also note that there can be import problems because the script name is the same as the module name; that's why the new script is called -propka31.) +`propka32`.) """ from propka.lib import loadOptions from propka.input import read_parameter_file, read_molecule_file