Skip to content

Stop checking for string option type - #562

Merged
IanLee1521 merged 1 commit into
PyCQA:masterfrom
sigmavirus24:bug/561
Jul 25, 2016
Merged

Stop checking for string option type#562
IanLee1521 merged 1 commit into
PyCQA:masterfrom
sigmavirus24:bug/561

Conversation

@sigmavirus24

Copy link
Copy Markdown
Member

There's no need to explicitly check for a string type when parsing the
configuration file. When it's neither an integer or a boolean, the only
value it can logically be is string-like.

Closes gh-561

There's no need to explicitly check for a string type when parsing the
configuration file. When it's neither an integer or a boolean, the only
value it can logically be is string-like.

Closes PyCQAgh-561
@IanLee1521
IanLee1521 merged commit 1e71012 into PyCQA:master Jul 25, 2016
@IanLee1521

Copy link
Copy Markdown
Member

Thanks @sigmavirus24 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants