Skip to content

Commit

Permalink
fix(package): 尝试修复 No module named babelfish.converters.alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyanling committed Sep 4, 2023
1 parent ba0c835 commit 91b557d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/nas-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def collect_datas():
guessit_path = guessit.__path__[0]
return [
(babelfish.__path__[0] + '/data', 'babelfish/data'),
(babelfish.__path__[0] + '/config', 'guessit/config'),
(babelfish.__path__[0] + '/data', 'guessit/data'),
(guessit_path.__path__[0] + '/config', 'guessit/config'),
(guessit_path.__path__[0] + '/data', 'guessit/data'),
]

datas = collect_datas()
Expand Down

0 comments on commit 91b557d

Please sign in to comment.