Skip to content
Snippets Groups Projects
Commit 89a51158 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

commit msg grammer

parent a40b7379
No related branches found
No related tags found
1 merge request!93feat/reportservice
......@@ -121,7 +121,7 @@ async def push_figures(repo_master, addf):
repo = Repo(repo_master)
repo.index.add(addf)
repo.index.commit("Add new {} figures".format(len(addf)))
repo.index.commit("Add {} new figures".format(len(addf)))
repo.remote().push()
logging.info('Pushed to git')
......
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