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

test Person.parser() for conditionals around dictionary element is not None #25

Open
jackdotwa opened this issue Jul 3, 2019 · 1 comment

Comments

@jackdotwa
Copy link
Contributor

the offending lines:
if key in self._parsed_dict and self._parsed_dict[key] is not None:

    log.warning('the key {} is already in dict for {}'.format(key, identifier)) 
    # run all the way to the next 1 
    while self.current() and (self.current().split(' ')[0] != '1'): 
        self.next() 
@jackdotwa
Copy link
Contributor Author

This is currently under review in feature/data_verification branch

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

No branches or pull requests

1 participant