mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-05 01:49:15 +00:00
remove another unrelated change that's no longer required
This commit is contained in:
parent
d2664121b9
commit
a8e3424ef6
@ -607,7 +607,7 @@ class FindSharesOptions(BaseOptions):
|
||||
|
||||
def parseArgs(self, storage_index_s, *nodedirs):
|
||||
from allmydata.util.encodingutil import argv_to_abspath
|
||||
self.si_s = storage_index_s.encode("ascii")
|
||||
self.si_s = storage_index_s
|
||||
self.nodedirs = map(argv_to_abspath, nodedirs)
|
||||
|
||||
description = """
|
||||
|
Loading…
x
Reference in New Issue
Block a user