mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
use safe args
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user