From cc393758dfa1df5474bc957a4090a5d80c4a1ce8 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Tue, 10 May 2022 09:24:43 +0200 Subject: [PATCH] Fix errorneous double quotes in core.py --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index 666b6544..a3fadb3b 100644 --- a/osc/core.py +++ b/osc/core.py @@ -8016,7 +8016,7 @@ def filter_role(meta, user, role): root.remove(node) def find_default_project(apiurl=None, package=None): - """" + """ look though the list of conf.config['getpac_default_project'] and find the first project where the given package exists in the build service. """