Skip to content
Snippets Groups Projects
Commit 20f662ee authored by Mcintosh, Liam S (UG - Computer Science)'s avatar Mcintosh, Liam S (UG - Computer Science)
Browse files

Split commands

parent 4e32fc06
No related branches found
No related tags found
No related merge requests found
......@@ -464,6 +464,7 @@ for item in ['mlb', 'vectorizer','model']:
# print('Restarted services')
print('Pushing trained pickle models...')
os.system("git add mlb.pickle vectorizer.pickle model.pickle;git commit -m \"Update re-trained models\"; git push -u origin master")
os.system("git add mlb.pickle vectorizer.pickle model.pickle")
os.system("git commit -m \"Update re-trained models\"")
os.system("git push -u origin master")
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