From 30a280be51e6e5fb9ff2c7def783ed0ad79dedb7 Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Fri, 30 May 2025 18:18:09 +0200 Subject: [PATCH] Use empty list of projects to avoid attempting to iterate over None --- serena_config.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serena_config.template.yml b/serena_config.template.yml index 206a90f..269c01f 100644 --- a/serena_config.template.yml +++ b/serena_config.template.yml @@ -31,4 +31,4 @@ gui_log_level: 20 # By default, the project's name will be the name of the directory containing the project, but you may change it # by changing the entry in the (autogenerated) `.serena/project.yml` file. # Note: make sure there are no name collisions in the names of registered projects -projects: +projects: []