-
Notifications
You must be signed in to change notification settings - Fork 26
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
Reloading from a File does not appear to work in python 3 #7
Comments
Turns out I was using it incorrect, recommend adding samples on how to use the to / from file |
I will take a look at it as soon as I can. Thanks @bscain |
@bscain would you be able to comment with a very short example of how to use this feature? I'd just read the source but I'm away from my computer. No worries if you aren't able to, I'll do it once I can. |
This should work:
|
Hey guy, I met this problem at a time, then I found the method
It works for me |
The following sample code has been executed on both python 2 and python 3 with the same result
Output:
Test 1 in bf1: True
Test 2 in bf1: True
Test 1 in bf2: False
Test 2 in bf2: False
The text was updated successfully, but these errors were encountered: