Merge Request #93

Merged
softwarepublico/colab!93
Created by Macartur Sousa

Fixing app name

Assignee: Lucas Kanashiro
Milestone: None

Merged by Lucas Kanashiro

Source branch has been removed
Commits (1)
2 participants
colab/utils/conf.py
... ... @@ -95,6 +95,7 @@ def load_colab_apps():
95 95 return {'COLAB_APPS': COLAB_APPS}
96 96  
97 97 for file_name in os.listdir(plugins_dir):
  98 + app_name = ""
98 99 file_module = file_name.split('.')[0]
99 100  
100 101 logger.info('Loaded plugin settings: %s%s', plugins_dir, file_name)
... ...