mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 23:51:07 +00:00
misc/build_helpers/run_trial.py: fix typo in last patch.
This commit is contained in:
parent
6e76653913
commit
7da0457ee5
@ -88,7 +88,7 @@ if not same:
|
||||
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):
|
||||
if not isinstance(cwd, unicode) and cwd.decode(sys.getfilesystemencoding(), 'replace') != cwdu:
|
||||
msg += ("However, this may be a false alarm because the current directory path\n"
|
||||
"is not representable in the filesystem encoding. This script needs to be\n"
|
||||
"run from the source directory to be tested, at a non-Unicode path.")
|
||||
|
Loading…
Reference in New Issue
Block a user