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

comment out del_outfolder for later

parent 7915abf7
No related branches found
No related tags found
1 merge request!93feat/reportservice
......@@ -283,11 +283,11 @@ async def server_runner(conf_file, jobs_timeout):
asyncio.ensure_future(
push_figures(cfg['GLOBAL']['git']['repo-local'],
all_new_files))
try:
#try:
# TODO:delete out-folder
# asyncio.ensure_future(del_folder(out_folder))
except:
logging.error(str(e))
#except:
#logging.error(str(e))
logging.info('All done')
......
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