浏览代码

More debugging output

Horea Christian 1 月之前
父节点
当前提交
afbb8594c8
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)