tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Fix restricted evaluation bug #233

Closed 0golovatyi closed 5 years ago

0golovatyi commented 5 years ago

The bug was caused by code change where we started treating each entry in config file as a string instead of parsing port as int and so on.

pep8speaks commented 5 years ago

Hello @0golovatyi! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 18:40: W605 invalid escape sequence '\ '