The openstack_dashboard.django_pyscss_fix Module

openstack_dashboard.django_pyscss_fix.LOG = <logging.Logger object at 0x7f19be949d90>

This is a workaround for https://bugs.launchpad.net/horizon/+bug/1367590 It works by creating a path that django_scss will attempt to create later if it doesn’t exist. The django_pyscss code fails intermittently because of concurrency issues. This code ignores the exception and if it was anything other than the concurrency issue django_pyscss will discover the problem later.

TODO (doug-fish): remove this workaround once fix for https://github.com/fusionbox/django-pyscss/issues/23 is picked up.

Previous topic

The openstack_dashboard.contrib.developer.theme_preview.views Module

Next topic

Horizon 2012.1 “Essex”

Project Source

This Page