This commit is contained in:
ines 2017-03-21 02:06:37 +01:00
parent 64e38f304e
commit 46bc3c36b0

View File

@ -30,7 +30,7 @@ def package(input_dir, output_dir, force):
util.print_msg( util.print_msg(
main_path.as_posix(), main_path.as_posix(),
"To build the package, run python setup.py sdist in that directory.", "To build the package, run python setup.py sdist in that directory.",
title="Successfully reated package {p}".format(p=model_name_v)) title="Successfully created package {p}".format(p=model_name_v))
def check_dirs(input_path, output_path): def check_dirs(input_path, output_path):