mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-26 12:12:11 +01:00
added FIXME to show_package_disabled_repos
This commit is contained in:
parent
db08e0b496
commit
9a519b773d
@ -2311,6 +2311,7 @@ def show_develproject(apiurl, prj, pac):
|
|||||||
|
|
||||||
def show_package_disabled_repos(apiurl, prj, pac):
|
def show_package_disabled_repos(apiurl, prj, pac):
|
||||||
m = show_package_meta(apiurl, prj, pac)
|
m = show_package_meta(apiurl, prj, pac)
|
||||||
|
#FIXME: don't work if all repos of a project are disabled and only some are enabled since <disable/> is empty
|
||||||
try:
|
try:
|
||||||
root = ET.fromstring(''.join(m))
|
root = ET.fromstring(''.join(m))
|
||||||
elm = root.find('build')
|
elm = root.find('build')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user