Commit 86609bf9662fb973ccb4e7a017b89316116ebe8c
1 parent
2c6621f8
Exists in
master
and in
28 other branches
Fixing app_name in colab/utils/conf.py
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
colab/utils/conf.py
@@ -95,6 +95,7 @@ def load_colab_apps(): | @@ -95,6 +95,7 @@ def load_colab_apps(): | ||
95 | return {'COLAB_APPS': COLAB_APPS} | 95 | return {'COLAB_APPS': COLAB_APPS} |
96 | 96 | ||
97 | for file_name in os.listdir(plugins_dir): | 97 | for file_name in os.listdir(plugins_dir): |
98 | + app_name = "" | ||
98 | file_module = file_name.split('.')[0] | 99 | file_module = file_name.split('.')[0] |
99 | 100 | ||
100 | logger.info('Loaded plugin settings: %s%s', plugins_dir, file_name) | 101 | logger.info('Loaded plugin settings: %s%s', plugins_dir, file_name) |