Skip to content

Commit

Permalink
Merge pull request #877 from NeurodataWithoutBorders/fix_dlc_in_build
Browse files Browse the repository at this point in the history
Fix ndx_pose build
  • Loading branch information
CodyCBakerPhD authored Jun 24, 2024
2 parents a2b6080 + 4e009a4 commit f4e7ac2
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 f4e7ac2

Please sign in to comment.