Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

sync fails when issues change during iteration #44

Open
soundofjw opened this issue Jul 2, 2015 · 0 comments
Open

sync fails when issues change during iteration #44

soundofjw opened this issue Jul 2, 2015 · 0 comments
Assignees
Labels

Comments

@soundofjw
Copy link

Iterating over issue_tasks fails when the set changes, which occurs during the sync process.

Traceback

Exception: RuntimeError('Set changed size during iteration',)
Traceback (most recent call last):
  File "/Library/Python/2.7/site-packages/asana_hub/tool.py", line 401, in __init__
    action.run()
  File "/Library/Python/2.7/site-packages/asana_hub/actions/sync.py", line 278, in run
    for task_id in issue_tasks:
RuntimeError: Set changed size during iteration

Asana Tasks:

#42615941001493

@soundofjw soundofjw added the bug label Jul 2, 2015
@soundofjw soundofjw self-assigned this Jul 2, 2015
@soundofjw soundofjw added this to the v0.3 - Advanced Sync milestone Jul 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant