Skip to content

Commit 047fb78

Browse files
committed
[DATALAD RUNCMD] Replace Bids with BIDS
=== Do not change lines below === { "chain": [], "cmd": "git-sedi Bids BIDS", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 72be846 commit 047fb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lslautobids/convert_to_bids_and_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def bids_process_and_upload(processed_files,logger):
448448
val = bids.convert_to_bids(xdf_path,subject_id,session_id, run_id, task_id, stim, logger)
449449

450450
if val == 1:
451-
logger.info("Bids Conversion Successful")
451+
logger.info("BIDS Conversion Successful")
452452
elif val == 2:
453453
logger.info("Converted file already found, skipping")
454454
else:

0 commit comments

Comments
 (0)