Skip to content

Conversation

@amanda11
Copy link
Contributor

This pulls in the changes performed under #103 by jamison-rose and also the suggested fix under: #104

Addressed review comments for pack.yaml and CHANGES.md changes.

I tried to add a unit-test but I'm not sure if the current mocks bypass the calls, as the problems appear in the do_method of the actions/lib/action.py

jamison-rose and others added 3 commits April 22, 2020 16:08
In python 3 dict.items() return an iterator instead of the complete list of items. This means that when `del kwargs[k]`  will result in a `RuntimeError: dictionary changed size during iteration` error.
Update action.py to use python 3 compatible iterator
@nmaludy nmaludy merged commit 01adf18 into StackStorm-Exchange:master May 28, 2020
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.

3 participants