mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: add MULTILINE to ReProxy
This commit is contained in:
parent
bf0df23a3d
commit
47c12fe00b
@ -38,6 +38,7 @@ class ReProxy():
|
||||
return re.findall(*args, **kwrags)
|
||||
|
||||
VERBOSE = re.VERBOSE
|
||||
MULTILINE = re.MULTILINE
|
||||
|
||||
class Config(models.Model):
|
||||
_name = 'runbot.build.config'
|
||||
|
Loading…
Reference in New Issue
Block a user