sookasa / box.py

Python client for Box
43 stars 25 forks source link

Folder iterator performance optimization #32

Closed k8n closed 10 years ago

k8n commented 10 years ago

See this comment

I'd like to say that a test is forthcoming :-)

tals commented 10 years ago

Your code has a bug - if content['entries'] is empty, it will be stuck in a loop.

k8n commented 10 years ago

Sorry, tals. Drive-by coding failed on my part. Hopefully I got it right this time.

k8n commented 10 years ago

Cleaned up. Rolled-up changes into a single commit. Added requested changes. (Not going to try patch software working off an iPad in bed anymore :-). Thanks for your guidance.

k8n commented 10 years ago

Merge me? I want to kill my fork.