Skip to content

Fix reading the project settings from a URL

Read ProjectSettings config entry as str instead of Path. The config entry may contain a URL. Therefore we have to read it as string. This fixes reading the project settings from a URL because loadProjectSettings() expects URL to be passed as type str.

Merge request reports