From a948baaf620ebc3a4b0ce9f046ac0e58caf2ca6e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 12 Aug 2014 12:54:05 -0600 Subject: [PATCH] Fix another variable name Signed-off-by: Zack Cerza --- teuthology/task/internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index ad5cd2c535..024297b96e 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -317,7 +317,7 @@ def archive(ctx, config): os.mkdir(logdir) for rem in ctx.cluster.remotes.iterkeys(): path = os.path.join(logdir, rem.shortname) - teuthology.pull_directory(remote, archive_dir, path) + teuthology.pull_directory(rem, archive_dir, path) log.info('Removing archive directory...') run.wait( -- 2.39.5