Skip to content

Commit

Permalink
flybase fix constructor call to superclass
Browse files Browse the repository at this point in the history
  • Loading branch information
kshefchek committed Feb 10, 2016
1 parent 1260f2d commit bf4514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipper/sources/FlyBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class FlyBase(PostgreSQLSource):
}

def __init__(self):
super().__init__(self, 'flybase')
super().__init__('flybase')
logger.setLevel(logging.INFO)
self.version_num = None # to be used to store the version number to be acquired later

Expand Down

0 comments on commit bf4514f

Please sign in to comment.