Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fiosynth fails with python issue: 'KeyError' #5

Open
sbalivada1989 opened this issue Jun 10, 2021 · 0 comments
Open

fiosynth fails with python issue: 'KeyError' #5

sbalivada1989 opened this issue Jun 10, 2021 · 0 comments

Comments

@sbalivada1989
Copy link

Traceback (most recent call last):
File "fiosynth.py", line 65, in
fiosynth.main()
File "/root/FioSynth/fiosynth_lib/fiosynth.py", line 752, in main
runSuite(args)
File "/root/FioSynth/fiosynth_lib/fiosynth.py", line 738, in runSuite
runCycles(dut_list, profile, args, rc, pc, lp, csvFolderPath)
File "/root/FioSynth/fiosynth_lib/fiosynth.py", line 686, in runCycles
rcycle)
File "/root/FioSynth/fiosynth_lib/fiosynth.py", line 671, in runTest
parseLocalResults(results)
File "/root/FioSynth/fiosynth_lib/fiosynth.py", line 36, in parseLocalResults
fio_json_parser.main(args)
File "/root/FioSynth/fiosynth_lib/fio_json_parser.py", line 402, in main
write_csv_file(csv_filepath, json_files)
File "/root/FioSynth/fiosynth_lib/fio_json_parser.py", line 382, in write_csv_file
new_csv(csv_out, ('percentile_list' in fio_data['jobs'][0]['job options']), 'percentile_list' in fio_data['global options'])
KeyError: 'job options'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant