dkirkby / bossdata

Tools for accessing SDSS BOSS data
MIT License
1 stars 3 forks source link

bossfetch variable 'format' is a python built-in function name #4

Closed dmargala closed 9 years ago

dmargala commented 9 years ago

The list of built-in functions is available here:

https://docs.python.org/2/library/functions.html

dkirkby commented 9 years ago

Did you catch this with pylint? I think its ok to hide a built-in function, but probably best not to.

dmargala commented 9 years ago

I noticed it because Sublime Text highlights it for me.

On Fri, May 15, 2015 at 4:52 PM dkirkby notifications@github.com wrote:

Did you catch this with pylint? I think its ok to hide a built-in function, but probably best not to.

— Reply to this email directly or view it on GitHub https://github.com/dkirkby/bossdata/issues/4#issuecomment-102549986.