[tahoe-dev] error message mystery

David-Sarah Hopwood david-sarah at jacaranda.org
Sat Oct 23 23:14:43 UTC 2010


David-Sarah Hopwood wrote:
> That's odd. os.path.join does no system calls, so if os.getcwdu isn't causing
> the exception then I'm flummoxed.
> 
> Tahoe-LAFS has no calls to chdir except in startstop_node.py, so "tahoe ls"
> should never change the process' current directory. However, to confirm that,
> please try inserting "print os.getcwd();" at line 302 of
> /usr/local/lib/python2.6/site-packages/allmydata/util/fileutil.py

Oh, better put that on a separate line so that we can see which call is
throwing the exception, i.e. replace line 302 with something like:

  print "cwd =", os.getcwd()
  cwdu = os.getcwdu()
  print "cwdu =", repr(cwdu)
  path = os.path.join(cwdu, path)

-- 
David-Sarah Hopwood  ⚥  http://davidsarah.livejournal.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 292 bytes
Desc: OpenPGP digital signature
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20101024/d0d43046/attachment.pgp>


More information about the tahoe-dev mailing list