Commit 7afbbfe4 by Riccardo Vicedomini

fixed a problem in model library construction due to a syntax problem

parent fe5e6cb0
......@@ -73,7 +73,7 @@ def main(argv=None):
pickle.dump( hhmDict, hhmDictFile )
exec_time = time.perf_counter() - start
print_status('execution time: {:.2f}s'.format(script_name,exec_time));
print_status('execution time: {:.2f}s'.format(exec_time));
return 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment