From 4e009a4f2779f98140a4c176babffd5614ccedcc Mon Sep 17 00:00:00 2001 From: Cody Baker Date: Mon, 24 Jun 2024 12:03:43 -0400 Subject: [PATCH] fix ndx_pose issue --- nwb-guide.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nwb-guide.spec b/nwb-guide.spec index f995ddae2..06d965512 100644 --- a/nwb-guide.spec +++ b/nwb-guide.spec @@ -45,7 +45,7 @@ tmp_ret = collect_all('tifffile') datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2] tmp_ret = collect_all('dlc2nwb') datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2] -tmp_ret = collect_all('ndx-pose') +tmp_ret = collect_all('ndx_pose') datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2] tmp_ret = collect_all('tzdata') datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]