Add missing comma to tuple
Currently, Python implicitly concatenates two string entries located next to each other because there is no comma separating them. The code concatenates "*.pyc" and "sass/*.scss", creating a single entry called "*.pycsass/*.scss".
Showing
Please
register
or
sign in
to comment