mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: add VERBOSE to ReProxy
This commit is contained in:
parent
2ac70f5ab4
commit
15e4fa76c5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user