mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 06:42:26 +00:00
Make sure this one is bytes too
This commit is contained in:
parent
5aee8b422d
commit
613777d166
@ -607,7 +607,7 @@ class FindSharesOptions(BaseOptions):
|
|||||||
|
|
||||||
def parseArgs(self, storage_index_s, *nodedirs):
|
def parseArgs(self, storage_index_s, *nodedirs):
|
||||||
from allmydata.util.encodingutil import argv_to_abspath
|
from allmydata.util.encodingutil import argv_to_abspath
|
||||||
self.si_s = storage_index_s
|
self.si_s = storage_index_s.encode("ascii")
|
||||||
self.nodedirs = map(argv_to_abspath, nodedirs)
|
self.nodedirs = map(argv_to_abspath, nodedirs)
|
||||||
|
|
||||||
description = """
|
description = """
|
||||||
|
Loading…
Reference in New Issue
Block a user