1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 09:16:14 +01:00

Fix errorneous double quotes in core.py

This commit is contained in:
Daniel Mach 2022-05-10 09:24:43 +02:00
parent 4deaf2b9c3
commit cc393758df

View File

@ -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.
"""