You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove current path from the module path in ProfileEncoder.
Running the uwsgi sample application with Python 3.8.10-3.9.2 showed incorrect module path in the UI.
This was narrowed down to traceback returning different results (a path with "/.").
This change makes sure the path is not leaked out.
0 commit comments