Merge pull request #40722 from markuskramerIgitt/fix_typo

fix typo
This commit is contained in:
Nicole Thomas 2017-04-17 15:15:38 -06:00 committed by GitHub
commit c712e916d2

View File

@ -74,5 +74,5 @@ def event_return(event):
for e in event:
logfile.write(str(json.dumps(e))+'\n')
except:
log.error('Could not write to rawdata_json file {0}'.format(opts['rawfile']))
log.error('Could not write to rawdata_json file {0}'.format(opts['filename']))
raise