mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
Merge pull request #672 from frennkie/master
Minor enhancements (fix typo in docs, remove unneeded code for better cov)
This commit is contained in:
@@ -52,7 +52,7 @@ The following tools are there to help you:
|
||||
before submitting a new pull request.
|
||||
|
||||
- ``tox -e cover`` checks the test coverage only. Calling the
|
||||
``./tox-cover.sh`` script directly might be a bit quicker, though.
|
||||
``./tox.cover.sh`` script directly might be a bit quicker, though.
|
||||
|
||||
- ``tox -e lint`` checks the style of the whole project, while
|
||||
``pylint --rcfile=.pylintrc path`` will check a single file or
|
||||
|
||||
@@ -387,9 +387,6 @@ def _wildcard_match(target_name, name, start):
|
||||
parts.reverse()
|
||||
match_parts.reverse()
|
||||
|
||||
if len(match_parts) == 0:
|
||||
return False
|
||||
|
||||
# The first part must be a wildcard or blank, e.g. '.eff.org'
|
||||
first = match_parts.pop(0)
|
||||
if first != '*' and first != '':
|
||||
|
||||
Reference in New Issue
Block a user