Skip to content

Commit

Permalink
remove possibly irrelevant fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Pellegrino committed Dec 22, 2018
1 parent 3b5a590 commit b767eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commcare_export/writers.py
Expand Up @@ -353,8 +353,8 @@ def compatible(self, source_type, dest_type):
Checks _coercion_ compatibility.
"""
print('compatible: source_type=%s, dest_type=%s)' % (source_type, dest_type))
if source_type == dest_type:
return True
# if source_type == dest_type:
# return True
if isinstance(source_type, sqlalchemy.String):
if not isinstance(dest_type, sqlalchemy.String):
return False
Expand Down

0 comments on commit b767eb8

Please sign in to comment.