diff --git a/bin/compile b/bin/compile index 1403bf4..4ad531d 100755 --- a/bin/compile +++ b/bin/compile @@ -123,7 +123,7 @@ try: if url.scheme == 'mysql': DATABASES['default']['ENGINE'] = 'django.db.backends.mysql' -except: +except Exception: print 'Unexpected error:', sys.exc_info() EOF