Skip to content

Commit

Permalink
bug squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Nov 7, 2017
1 parent 6395633 commit 959ce7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotator/Pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def addLinks(self, links=None, append=True, backup=True):
self.links[k] = links[k]
for k, v in links.items():
if not k in self._activeCols:
self._activeCols.append(l)
self._activeCols.append(k)
if not v in self._metaActiveCols:
self._metaActiveCols.append(v)
return self.links
Expand Down

0 comments on commit 959ce7a

Please sign in to comment.