mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 01:16:14 +01:00
Kill Danny's awesome english
This commit is contained in:
parent
ad9a32ca8f
commit
43499172af
@ -2242,7 +2242,6 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
f = http_GET(u)
|
f = http_GET(u)
|
||||||
root = ET.parse(f).getroot()
|
root = ET.parse(f).getroot()
|
||||||
if root.findall('package') and not opts.no_devel:
|
if root.findall('package') and not opts.no_devel:
|
||||||
print("This package instance is defined as devel are in ", end=' ')
|
|
||||||
for node in root.findall('package'):
|
for node in root.findall('package'):
|
||||||
project = node.get('project')
|
project = node.get('project')
|
||||||
package = node.get('name')
|
package = node.get('name')
|
||||||
|
Loading…
Reference in New Issue
Block a user