[FIX] runbot: add VERBOSE to ReProxy

This commit is contained in:
Xavier-Do 2022-06-15 09:12:17 +02:00
parent 2ac70f5ab4
commit 15e4fa76c5

View File

@ -33,6 +33,8 @@ class ReProxy():
def compile(cls, *args, **kwrags):
return re.compile(*args, **kwrags)
VERBOSE = re.VERBOSE
class Config(models.Model):
_name = 'runbot.build.config'
_description = "Build config"