From 09571c24fc4dab690e5e184cb1e1e485f85defe7 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Mon, 28 Oct 2024 15:24:34 -0700 Subject: [PATCH] Fixes typo. --- binder/postBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/postBuild b/binder/postBuild index 750b3a8..c5cb8ce 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -1 +1 @@ -python -c"import afq.data as afd; afd.organize_stanford_data(clear_previous_afq='track')" \ No newline at end of file +python -c"import AFQ.data as afd; afd.organize_stanford_data(clear_previous_afq='track')" \ No newline at end of file