Skip to content

Commit

Permalink
Merge pull request #843 from NeurodataWithoutBorders/fix/timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jun 8, 2024
2 parents f00f5fe + 960dccf commit 77d86ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nwb-guide.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ tmp_ret = collect_all('dlc2nwb')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
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]

block_cipher = None

Expand Down

0 comments on commit 77d86ed

Please sign in to comment.