Skip to content

Commit

Permalink
Fix issue in to_cx method where the error: "builtin_function_or_metho…
Browse files Browse the repository at this point in the history
…d' object is not iterable" occurs. iteritems needed to have parentheses added i.e. iteritems()
  • Loading branch information
agary-ucsd committed Mar 30, 2017
1 parent 3b1049f commit df1ff84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __init__.py
@@ -0,0 +1 @@
__author__ = 'aarongary'

0 comments on commit df1ff84

Please sign in to comment.