mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-20 03:36:25 +00:00
remove debug
This commit is contained in:
parent
79756c088e
commit
f68a0ab74c
@ -403,8 +403,6 @@ class Node(service.MultiService):
|
||||
"""
|
||||
tempdir_config = self.config.get_config("node", "tempdir", "tmp").decode('utf-8')
|
||||
tempdir = self.config.get_config_path(tempdir_config)
|
||||
tempdir0 = abspath_expanduser_unicode(tempdir_config, base=self.config._basedir)
|
||||
assert tempdir == tempdir0
|
||||
if not os.path.exists(tempdir):
|
||||
fileutil.make_dirs(tempdir)
|
||||
tempfile.tempdir = tempdir
|
||||
|
Loading…
Reference in New Issue
Block a user