Skip to content

Commit

Permalink
fix ndx_pose issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jun 24, 2024
1 parent a2b6080 commit 4e009a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwb-guide.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4e009a4

Please sign in to comment.