Skip to content

Commit

Permalink
Print py.sys.path again
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjohansson committed Jan 4, 2024
1 parent 2fdf42d commit 9393871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Utilities/JsonUtils/loadModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ function loadModule(modulename)
warning('Calling python is not supported on this platform (%s). Only MATLAB is supported.', mrstPlatform('platform'));
end

dispif(mrstVerbose, py.sys.path)

% Try to load module
try
dispif(mrstVerbose, py.sys.path)
py.importlib.import_module(modulename);
% mod = py.importlib.import_module(modulename);
% py.importlib.reload(mod);
Expand Down

0 comments on commit 9393871

Please sign in to comment.