mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 14:22:25 +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):
|
||||
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)
|
||||
|
||||
description = """
|
||||
|
Loading…
Reference in New Issue
Block a user