Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: Add quotes around telemetry to fix toml parsing
  • Loading branch information
O4FDev committed Oct 15, 2023
commit 6c3c52dc79c4dfb648e1dea84134bd851bb4788a
2 changes: 1 addition & 1 deletion autopytest/commands/init_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def handle_pyproject_toml(user_config):
exclude_paths=[{exclude_paths}]
log_format="%(message)s"
log_level="ERROR"
telemetry={telemetry}
telemetry="{telemetry}"
'''

config_str = config_template.format(
Expand Down