mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
use safe args
This commit is contained in:
parent
faa44070f5
commit
eb7a10b5c0
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ class RevokeTest(test_util.TempDirTestCase):
|
|||
for patch in self.patches:
|
||||
patch.stop()
|
||||
|
||||
def _call(self, args=[]):
|
||||
def _call(self, args=None):
|
||||
if not args:
|
||||
args = 'revoke --cert-path={0} '
|
||||
args = args.format(self.tmp_cert_path).split()
|
||||
|
|
|
|||
Loading…
Reference in a new issue