insidesherpa / JPMC-tech-task-1

56 stars 352 forks source link

Key Error in 'DEF' #169

Closed StrangerZiokan closed 4 years ago

StrangerZiokan commented 4 years ago

It is showing a key error for the code for 'DEF'

kerror

I tried to print the key, and realized that it is creating alternating dictionary where 'DEF' is present and absent, I tried to solve it, but in vain. keyeroor2

StrangerZiokan commented 4 years ago

The issue is solved, the problem was that the last print line was in the inner for loop while it should be in outer. Check the issue #147 for details.