mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-05 19:00:56 +01:00
e017a8e237
This is a fix for issue #385. osc commit breaks due to the use of sfilelist.findall('.//entry[@hash]') I now will iterate through the sfilelist and use for entry in sfilelist.findall('entry'): if entry.get('hash'): ... execute hash code ... This is a little bit slower, but should not break on SLE11 anymore