Skip to content

Commit

Permalink
Merge branch '3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
chemamartinez committed Nov 29, 2017
2 parents 390aaef + b21dcf7 commit 55ce90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/amazon/getawslog.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def main(argv):
for key in json_event:
if json_event[key]:
new_dict[key] = json_event[key]
new_dict['source_log'] = newFile
new_dict['log_file'] = newFile
aws_log = {'aws': new_dict}
log.write("{0}\n".format(json.dumps(aws_log)))
log.close()
Expand Down

0 comments on commit 55ce90b

Please sign in to comment.