Duroktar / Wolf

Wolf is a VsCode extension that enables live inspection of Python code in the editor.
Other
128 stars 7 forks source link

StorIteration error #74

Open Ichi-1 opened 2 years ago

Ichi-1 commented 2 years ago

stro iterration error

Wolfs showing StropItteration error, but running .py result in terminal works properly and return digits in normal order. Also, with using next() for getting value from generator expression it gives me only even's.

jaens commented 2 years ago

same as #62