Skip to content

Commit

Permalink
Fix DATALOADER_SINGLE
Browse files Browse the repository at this point in the history
  • Loading branch information
timbleimehl committed Apr 23, 2020
1 parent 516126f commit d8b515d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions motherlode/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def get_sorted_data_sources(datasources_unsorted):
for datasource in datasources_unsorted
if datasource["name"] == config.DATALOADER_SINGLE
]
return datasources_unsorted

def add_data_source(datasource):
for index, dep in enumerate(datasource["dependencies"]):
Expand Down

0 comments on commit d8b515d

Please sign in to comment.