Skip to content

Commit 1fef932

Browse files
committed
swapped message to return path input
1 parent c6f3f13 commit 1fef932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nwbinspector/nwbinspector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def inspect_all(
392392
object_type="NWBFile",
393393
object_name="root",
394394
location="/",
395-
file_path=str(nwbfiles_with_identifier[0].parent),
395+
file_path=str(path),
396396
)
397397

398398
nwbfiles_iterable = nwbfiles

0 commit comments

Comments
 (0)