From 8fc40abc1c553eb5ff6f97ae8921a0f13094db8a Mon Sep 17 00:00:00 2001 From: Dimitri Yatsenko Date: Tue, 19 May 2015 12:44:25 -0500 Subject: [PATCH] fixed small bug from previous commit --- datajoint/free_relation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datajoint/free_relation.py b/datajoint/free_relation.py index fe08b3f51..618754014 100644 --- a/datajoint/free_relation.py +++ b/datajoint/free_relation.py @@ -309,7 +309,7 @@ def _alter(self, alter_statement): # TODO: place table definition sync mechanism @staticmethod - def _parse_index_def(self, line): + def _parse_index_def(line): """ Parses index definition.