Skip to content

Commit

Permalink
Update reference to DataArchive plugin (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
aywaldron committed Oct 23, 2019
1 parent 1798cfb commit bff6cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ait/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def _db_connect(self):
datastore = None
other_args = {}
for i in range(len(plugins)):
if plugins[i]['plugin']['name'] == 'ait.core.server.plugin.DataArchive':
if plugins[i]['plugin']['name'] == 'ait.core.server.plugins.DataArchive':
datastore = plugins[i]['plugin']['datastore']
other_args = copy.deepcopy(plugins[i]['plugin'])
other_args.pop('name')
Expand Down

0 comments on commit bff6cd7

Please sign in to comment.