Skip to content

Fix iterable detection in WatchManager.__format_param#116

Open
osimola wants to merge 1 commit intoseb-m:masterfrom
osimola:fix_iterable
Open

Fix iterable detection in WatchManager.__format_param#116
osimola wants to merge 1 commit intoseb-m:masterfrom
osimola:fix_iterable

Conversation

@osimola
Copy link

@osimola osimola commented Dec 13, 2015

In python3, dict.values() is not a list but dict_values, which breaks
code like wm.rm_watch(wdd.values()) from tutorial.

In python3, dict.values() is not a list but dict_values, which breaks
code like wm.rm_watch(wdd.values()) from tutorial.
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.

1 participant