Skip to content
Snippets Groups Projects
Commit f025de85 authored by Matt Traudt's avatar Matt Traudt Committed by Matt Traudt
Browse files

Satisfy linter about unused variable

parent 2e33e173
Branches
Tags
No related merge requests found
......@@ -194,7 +194,7 @@ def launch_tor(conf):
c.update({key: v})
else:
c.update({key: value})
proc = stem.process.launch_tor_with_config(
stem.process.launch_tor_with_config(
c, init_msg_handler=log.debug, take_ownership=True)
return _init_controller_socket(section['control_socket'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment