Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Chutney
Commits
64ff5dc6
Verified
Commit
64ff5dc6
authored
Jul 06, 2020
by
c
Browse files
TorNet: stringify Paths before joining
parent
bc7abead
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/chutney/TorNet.py
View file @
64ff5dc6
...
...
@@ -743,9 +743,9 @@ class LocalNodeBuilder(NodeBuilder):
tor_gencert
,
'--create-identity-key'
,
'--passphrase-fd'
,
'0'
,
'-i'
,
idfile
,
'-s'
,
skfile
,
'-c'
,
certfile
,
'-i'
,
str
(
idfile
)
,
'-s'
,
str
(
skfile
)
,
'-c'
,
str
(
certfile
)
,
'-m'
,
str
(
lifetime
),
'-a'
,
addr
,
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment