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

Commit to solve the error : NameError: name 'pkl_out' is not defined #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ataliba
Copy link

@ataliba ataliba commented Apr 7, 2019

Hello,

i have an error when i try to run the script habiticaTodo/twoWaySync.py

<Response [401]>
Traceback (most recent call last):
File "twoWaySync.py", line 140, in
pkl_out - pickle.Pickler(pkl_file, -1)
NameError: name 'pkl_out' is not defined

reading the code i see an little problem on the line

pkl_out - pickle.Pickler(pkl_file, -1)

And i change this to

pkl_out = pickle.Pickler(pkl_file, -1)

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.

1 participant