mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
bin/tahoe: rename 'allmydata-tahoe' in some comments
This commit is contained in:
parent
dc573554c8
commit
f5a7eb0ad5
@ -7,8 +7,8 @@ import sys, os.path
|
||||
where = os.path.realpath(sys.argv[0]).split(os.sep)
|
||||
|
||||
# look for Tahoe.home . Two cases:
|
||||
# ...(not BASE)/allmydata-tahoe
|
||||
# .../(BASE)/bin/allmydata-tahoe
|
||||
# ...(not BASE)/tahoe
|
||||
# .../(BASE)/bin/tahoe
|
||||
if len(where) >= 2 and where[-2] == "bin":
|
||||
base = os.sep.join(where[:-2])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user