We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eafba6 + 785e32c commit 2ee025aCopy full SHA for 2ee025a
rec_to_nwb/processing/nwb/components/dio/dio_files.py
@@ -44,7 +44,7 @@ def __get_dict(cls, directory):
44
else:
45
if not(file.split(".")[-2].split("_")[-2] == "ECU"):
46
print(
47
- f"WARNING: {file.split('.')[-2].split("_")[-2]} is not a recognized dio type. Including file: {file}, but proceed with caution."
+ f"WARNING: {file.split('.')[-2].split('_')[-2]} is not a recognized dio type. Including file: {file}, but proceed with caution."
48
)
49
dio_name = file.split(".")[-2].split("_")[
50
-1
0 commit comments