Skip to content

Commit 600082f

Browse files
committed
FIX: Layout parameter exclude -> ignore
1 parent 6559099 commit 600082f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templateflow/conf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040

4141
TF_LAYOUT = Layout(
4242
TF_HOME, validate=False, config='templateflow',
43-
exclude=['.git', '.datalad', '.gitannex', '.gitattributes', 'scripts'])
43+
ignore=['.git', '.datalad', '.gitannex', '.gitattributes', 'scripts'])

0 commit comments

Comments
 (0)