mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Let's avoid breaking backwards compatibility
This commit is contained in:
committed by
Joona Hoikkala
parent
9f8ab4677e
commit
aa0161fbec
@@ -113,8 +113,8 @@ class VirtualHost(object): # pylint: disable=too-few-public-methods
|
||||
# ?: is used for not returning enclosed characters
|
||||
strip_name = re.compile(r"^(?:.+://)?([^ :$]*)")
|
||||
|
||||
def __init__(self, filep, path, addrs, ssl, enabled, modmacro=False,
|
||||
name=None, aliases=None):
|
||||
def __init__(self, filep, path, addrs, ssl, enabled, name=None,
|
||||
aliases=None, modmacro=False):
|
||||
|
||||
# pylint: disable=too-many-arguments
|
||||
"""Initialize a VH."""
|
||||
|
||||
Reference in New Issue
Block a user