cubicweb/cwctl.py
branch3.24
changeset 11997 7c296802980b
parent 11767 432f87a63057
child 12068 a96c770b2ef1
--- a/cubicweb/cwctl.py	Tue Jan 31 11:06:28 2017 +0100
+++ b/cubicweb/cwctl.py	Fri Feb 24 09:18:08 2017 +0100
@@ -211,6 +211,7 @@
             print()
 
         if mode in ('all', 'config', 'configurations'):
+            cwcfg.load_available_configs()
             print('Available configurations:')
             for config in CONFIGURATIONS:
                 print('*', config.name)