Skip to content

Commit

Permalink
Fixing problem with geo table on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Jun 21, 2019
1 parent dab8c8d commit d171051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/tests/backends.py
Expand Up @@ -236,7 +236,7 @@ def connect(self, data_directory):
)

def geo(self):
if sys.version_info >= (3, 6):
if sys.version_info >= (3, 6) and 'geo' in self.db.list_tables():
return self.db.geo


Expand Down

0 comments on commit d171051

Please sign in to comment.