carto-python icon indicating copy to clipboard operation
carto-python copied to clipboard

Wrong parenthesis closing order (print vs format) in examples/list_tables.py

Open gmorain opened this issue 6 years ago • 0 comments

In all the if / elif cases after line 170 (for z in sorted_by_norm:), the print closing parenthesis comes too early, disabling the .format() to apply to the string object

gmorain avatar Sep 20 '19 07:09 gmorain