mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +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
|
# ?: is used for not returning enclosed characters
|
||||||
strip_name = re.compile(r"^(?:.+://)?([^ :$]*)")
|
strip_name = re.compile(r"^(?:.+://)?([^ :$]*)")
|
||||||
|
|
||||||
def __init__(self, filep, path, addrs, ssl, enabled, modmacro=False,
|
def __init__(self, filep, path, addrs, ssl, enabled, name=None,
|
||||||
name=None, aliases=None):
|
aliases=None, modmacro=False):
|
||||||
|
|
||||||
# pylint: disable=too-many-arguments
|
# pylint: disable=too-many-arguments
|
||||||
"""Initialize a VH."""
|
"""Initialize a VH."""
|
||||||
|
|||||||
Reference in New Issue
Block a user