Use empty list of projects to avoid attempting to iterate over None

This commit is contained in:
Dominik Jain
2025-05-30 18:18:09 +02:00
parent 6210171825
commit 30a280be51
+1 -1
View File
@@ -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: []