Habitica-todo icon indicating copy to clipboard operation
Habitica-todo copied to clipboard

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

Open ataliba opened this issue 5 years ago • 0 comments

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)

ataliba avatar Apr 07 '19 00:04 ataliba