-
Notifications
You must be signed in to change notification settings - Fork 95
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
Latest Release doesn't have latest code #71
Comments
Hello @veris-neerajdhiman, if you want to check if your error is fixed, you can also install the code from master directly with pip. Let us know if the issue is still there |
@triat yes issue was still there so for now I have forked this repo and patched a hot fix (for loop) but you must verify the same at your end and apply permanent fix. |
@veris-neerajdhiman can I propose that you do a PR if you already did the fix ? and write tests maybe ? Much appreciated |
@veris-neerajdhiman @triat Thoughts? |
|
Release 1.3.1
but it don't have latest code as you have in your master branch.e.g.,
_clean_data
as separate function but now you have moved it to class function and modified it too. Release 1.3.1 still have old code for this function (I have checked source code of Release too)TypeError: expected string or bytes-like object
in line No 137if SENSITIVE_DATA.search(key):
list
ofdict()
The text was updated successfully, but these errors were encountered: