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

pep8

parent ea08b7b7
No related branches found
No related tags found
1 merge request!117Fix/reportservice timeout from conf
...@@ -205,8 +205,8 @@ async def server_runner(conf_file): ...@@ -205,8 +205,8 @@ async def server_runner(conf_file):
async def do_action(cfg): async def do_action(cfg):
logging.info('Run plot production') logging.info('Run plot production')
jobs_timeout = cfg['GLOBAL']['report-service'].get('job-timeout', 3600) jobs_timeout = cfg['GLOBAL']['report-service'].get('job-timeout',
3600)
all_new_files = [] all_new_files = []
all_new_files.append('{}/{}'.format(config['GLOBAL'] all_new_files.append('{}/{}'.format(config['GLOBAL']
['git'] ['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