Skip to content

Commit

Permalink
remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Jan 26, 2023
1 parent f07ab35 commit 593e348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/scil_validate_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,12 @@ def get_data(layout, nSub, dwis, t1s, fs, default_readout, clean):
else:
topup = ['', '']
else:
print(dwis)
logging.info("""
BIDS structure unkown.Please send an issue:
https://github.com/scilus/scilpy/issues
""")
return {}

# T1 setup
t1_path = 'todo'
Expand Down Expand Up @@ -425,7 +427,6 @@ def main():
logging.warning("-" * len(mess))
logging.warning(mess)
dwis = associate_dwis(layout, nSub)
print(dwis)
fs_inputs = []
t1s = []

Expand Down

0 comments on commit 593e348

Please sign in to comment.