Browse Source

More debugging output

Horea Christian 7 tháng trước cách đây
mục cha
commit
afbb8594c8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      rawdata/code/reposit.py

+ 1 - 0
rawdata/code/reposit.py

@@ -197,4 +197,5 @@ def convert_measurement(in_dir, scratch_path=SCRATCH_PATH):
     datestamp = datetime.now().isoformat()
 
     nwbfile_path = os.path.join(scratch_path,f"ses-{metadata['NWBFile']['session_id']}_sub-{metadata['Subject']['subject_id']}_{datestamp}.nwb")
+    print(f"Trying to write {nwbfile_path}.")
     converter.run_conversion(nwbfile_path=nwbfile_path, metadata=metadata)