Skip to content

Commit 6b9b7d2

Browse files
committed
FIX use return_type=file instead of list comprehension in exercise 1
1 parent 388f4ed commit 6b9b7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/basic_data_input_bids.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"from bids.grabbids import BIDSLayout\n",
191191
"layout = BIDSLayout(\"/data/ds000114/\")\n",
192192
"\n",
193-
"[f.filename for f in layout.get(subject='02', task=\"linebisection\")]"
193+
"layout.get(subject='02', return_type='file', task=\"linebisection\")"
194194
]
195195
},
196196
{

0 commit comments

Comments
 (0)