From f90778cb749728dfa110b203cfbdfab8f29824df Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 20 Nov 2008 01:54:43 +0000 Subject: fix a couple more types in ExePackages.py. git-svn-id: file:///home/or/svnrepo/updater/trunk@17334 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- lib/thandy/packagesys/ExePackages.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/thandy/packagesys/ExePackages.py') diff --git a/lib/thandy/packagesys/ExePackages.py b/lib/thandy/packagesys/ExePackages.py index 096e51f..e5b843b 100644 --- a/lib/thandy/packagesys/ExePackages.py +++ b/lib/thandy/packagesys/ExePackages.py @@ -1,6 +1,7 @@ # Copyright 2008 The Tor Project, Inc. See LICENSE for licensing information. import subprocess +import logging import thandy.util import thandy.packagesys.PackageSystem as ps @@ -74,6 +75,6 @@ class ExePackageHandle(pdb.DBBackedPackageHandle): def _doInstall(self): commandline = [ self._filename ] + self._arguments logging.info("Installing %s. Command line: %s", self._filename, - commandLine) + commandline) subprocess.call(commandline) -- cgit v1.2.3