bl-sdk / oak-mod-manager

The PythonSDK Mod Manager for BL3 and WL.
https://bl-sdk.github.io/oak-mod-db/
GNU Lesser General Public License v3.0
9 stars 2 forks source link

debugpy must be in the root mod folder #16

Closed apple1417 closed 5 months ago

apple1417 commented 7 months ago

If you place debugpy in an extra mod folder (e.g. because it's the one you're developing your mods in), it won't exist in time for our debugpy check, and when it's imported as it will try to start a client for some reason. Fix should be be adding extra mod folders to sys.path earlier.