Closed vijay120 closed 3 years ago
This bug fixes this issue: https://github.com/pythonprofilers/memory_profiler/issues/240
The main issue was the code was trying to enumerate a None object, so checking for that fixed the issue.
Thanks!
This bug fixes this issue: https://github.com/pythonprofilers/memory_profiler/issues/240
The main issue was the code was trying to enumerate a None object, so checking for that fixed the issue.