USEPA / SWMM-EPANET_User_Interface

User interface for the Stormwater-Management-Model
111 stars 67 forks source link

Having an space at the name of folder on plugin environment doesn't load them from the UI #257

Closed ehsanMa86 closed 6 years ago

ehsanMa86 commented 6 years ago

Having an space at the name of folder on plugin environment doesn't load them from the UI

Version: EPANET MTP4r2 (master branch) Priority: Low

TongZhai commented 6 years ago

@ehsanMa86 The plugin folder name can have space, the key is to ensure the plugin_name variable is set to the same folder name (including space) in the __init__.py file inside the plugin folder.