Skip to content
Snippets Groups Projects
Verified Commit 2bae069e authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Feat(config): OnionprobeConfigCompiler: support for custom template and output (2)

parent 4548dcb6
No related branches found
Tags tor-browser-68.9.0esr-9.5-1-build1
No related merge requests found
......@@ -178,6 +178,8 @@ class OnionprobeConfigCompiler:
# Determine the output path
if output_path is None:
self.output_path = os.path.join(basepath, 'configs')
else:
self.output_path = output_path
# Load the default configuration file as a template
if os.path.exists(template_config):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment