common.py
32.1 KB
-
Add missing comma to tuple · 4b332bfc
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".
Albert Liang committed