From 1ebfba12b07373c76e7dc1a7f6b99ff99f0de5a6 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 18 Jan 2008 22:26:06 +0000 Subject: [PATCH] fix errors --- qaapi/qa/modules/api/sync_user_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qaapi/qa/modules/api/sync_user_key.py b/qaapi/qa/modules/api/sync_user_key.py index 8cfb2db..436b58f 100644 --- a/qaapi/qa/modules/api/sync_user_key.py +++ b/qaapi/qa/modules/api/sync_user_key.py @@ -38,7 +38,7 @@ class sync_person_key(Test): # Make new keys self.make_keys(keys_path, keys_filename) if self.config.verbose: - utils.header("Made new key pair %(private_key_path)s %(public_key_path)s " \ + utils.header("Made new key pair %(private_key_path)s %(public_key_path)s " %\ locals()) # sync public key -- 2.47.0