]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
misc/build_helpers/run_trial.py: fix another typo in last patch.
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 31 Oct 2010 16:03:32 +0000 (09:03 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 31 Oct 2010 16:03:32 +0000 (09:03 -0700)
misc/build_helpers/run_trial.py

index b99e45d92a21334ec613e0cd4f1c41b380bfff50..39d5b35eeaa6c74ef1e7aa185e52b0912360a4b6 100644 (file)
@@ -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: