Skip to content

Fixed for issue #44

Aaron Traas requested to merge traas/open-adventure:master into master

Python 3.x changed the way dict.items() behaves -- doesn't return a list, returns a dict_items object, that then has to be wrapped with list() to start using it as a list.

Also fixed Makefile on macOS 10.14.

Merge request reports