diff --git a/devops/load-analyses.py b/devops/load-analyses.py index bb4ef1a..de8eeb8 100644 --- a/devops/load-analyses.py +++ b/devops/load-analyses.py @@ -57,7 +57,7 @@ collection = collection_search['collection'][0] # Get the 'Analyses' folder for this collection. - analysis_folder = c.load_or_create_folder('Analyses', collection['_id'], 'collection') + analysis_folder = c.loadOrCreateFolder('Analyses', collection['_id'], 'collection') folder_id = analysis_folder['_id'] # Read this analysis into a Python dictionary and upload it to Girder.