Skip to content
Snippets Groups Projects
Commit 1c931bc6 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

py 2.7 fix

parent bfc7558c
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ def run(argv=sys.argv[1:]):
len(new_model_names),
time.time() - save_start,
args.out_models_dir))
unsaved_predictors.clear()
unsaved_predictors = []
last_save_time = time.time()
print("Saving final predictor to: %s" % args.out_models_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment