Tree is not iterable
mauzil opened this issue · 2 comments
mauzil commented
Hi all.
I'm trying sitetree_resync_apps, but the command stops at line 48 of sitetree_resync_apps.py with the message
TypeError: 'Tree' object is not iterable
MZ
idlesign commented
Hi,
What do you have in sitetrees.py
?
mauzil commented
Hi,
Thanks for the question.
Looking inside my sitetrees.py, i have not declared the tree in the right way.
Some commas missing.
Now it works.
Thanks
MZ