Skip to content

Commit 4d79797

Browse files
committed
added validator, closes #6
1 parent 91039b7 commit 4d79797

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run.py

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def run(command, env={}):
4747

4848
args = parser.parse_args()
4949

50+
run('bids-validator %s'%args.bids_dir)
51+
5052
subjects_to_analyze = []
5153
# only for a subset of subjects
5254
if args.participant_label:

0 commit comments

Comments
 (0)