* hacky string coercion to fix bug in cli datasource export (#7728)

This commit is contained in:
Taylor Miller
2019-07-08 22:10:45 -06:00
committed by Maxime Beauchemin
parent 953e5c7a72
commit 8c9b4b5cf5

View File

@@ -244,7 +244,7 @@ class ImportMixin(object):
)
for child in getattr(self, c)
],
key=lambda k: sorted(k.items()),
key=lambda k: sorted(str(k.items())),
)
return dict_rep