wohali commented on a change in pull request #3105:
URL: https://github.com/apache/couchdb/pull/3105#discussion_r478700383
##########
File path: dev/run
##########
@@ -427,7 +427,10 @@ def boot_haproxy(ctx):
def hack_default_ini(ctx, node, contents):
contents = re.sub(
- "^\[httpd\]$", "[httpd]\nenable = true", contents, flags=re.MULTILINE,
+ "^\[httpd\]$",
+ "[httpd]\nenable = true",
+ contents,
+ flags=re.MULTILINE,
Review comment:
Line's too long, required change to make python black happy. It is
unrelated but needs to go in because otherwise tests fail. Don't give him grief
on this one.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]