Skip to content

Commit

Permalink
Update light_python_wrapper to fix DuplicateSuperClass error
Browse files Browse the repository at this point in the history
  • Loading branch information
mducle committed Aug 28, 2024
1 parent 30b22df commit d5477f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions +euphonic/install_python_modules.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ function install_python_modules()
% >> euphonic.install_python_modules

req_mods = required_modules;
if isempty(req_mods)
return
end

pipe = py.subprocess.PIPE;
kwargs = pyargs('stdout', pipe, 'stderr', pipe);
Expand Down
2 changes: 1 addition & 1 deletion light_python_wrapper

0 comments on commit d5477f5

Please sign in to comment.