Loco-CTO / Rystal-V6-Experiments

A simple bot written in python with some decent utilities
MIT License
1 stars 2 forks source link

(PYL-E1133) Non-iterable value used in an iterating context #82

Closed Loco-CTO closed 2 weeks ago

Loco-CTO commented 2 weeks ago

Description

A non-iterable value is being used in an iterating context, For example, a non-iterable value being passed into a for loop. This will raise a TypeError.

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/Loco-CTO/Rystal-V6-Experiments/issue/PYL-E1133/occurrences/

Loco-CTO commented 2 weeks ago

Fixed at bc187d9