mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Let's avoid breaking backwards compatibility
This commit is contained in:
parent
9f8ab4677e
commit
aa0161fbec
1 changed files with 2 additions and 2 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue