Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix startswith TypeError in FDFIdentifier.__init__ #26

Merged
merged 1 commit into from
May 9, 2017

Conversation

caver456
Copy link
Contributor

@caver456 caver456 commented May 9, 2017

Put the isinstance clause before the startswith clause, to make sure
value is str immediately

Put the isinstance clause before the startswith clause, to make sure
value is str immediately
@thraxil thraxil merged commit daa64d5 into ccnmtl:master May 9, 2017
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