Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
If it says the next line has a problem and you don't know what it is, it's always a previous one with crap like this.
-
@KeyWeeUsr if only there was an error. My guess is it iterated over the letters and since one of them was an asterisk it excluded everything.
-
@KeyWeeUsr iirc you can loop through all characters in a string the same way you would items in a tuple.
-
@varundey it's Django with the django-admin-tools addon. This particular snippet is a custom menu config.
Related Rants
This one fucking comma just cost me 20 mins of debugging 😤
undefined
tuples are weird
python