From bd1cc27ad01d08643db2f9b09039d42e1dc221b9 Mon Sep 17 00:00:00 2001 From: Luke Harmon Date: Mon, 15 May 2017 13:22:35 -0700 Subject: [PATCH] update for new girder --- devops/load-analyses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.