From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 31 Oct 2010 16:03:32 +0000 (-0700)
Subject: misc/build_helpers/run_trial.py: fix another typo in last patch.
X-Git-Tag: trac-4800~7
X-Git-Url: https://git.rkrishnan.org/Site/Content/Exhibitors/install-details.html?a=commitdiff_plain;h=8eca94e4988e264782b7b1b1a0b17a6e3411c934;p=tahoe-lafs%2Ftahoe-lafs.git

misc/build_helpers/run_trial.py: fix another typo in last patch.
---

diff --git a/misc/build_helpers/run_trial.py b/misc/build_helpers/run_trial.py
index b99e45d9..39d5b35e 100644
--- a/misc/build_helpers/run_trial.py
+++ b/misc/build_helpers/run_trial.py
@@ -85,7 +85,7 @@ if not same:
            "but expected to be testing the code at %r.\n"
            % (srcdir, srcfile, cwd))
 
-    cwdu = os.path.normcase(os.path.normpath(os.getcwdu())
+    cwdu = os.path.normcase(os.path.normpath(os.getcwdu()))
     if os.path.basename(cwdu) == u'src':
         cwdu = os.path.dirname(cwdu)
     if not isinstance(cwd, unicode) and cwd.decode(sys.getfilesystemencoding(), 'replace') != cwdu: