1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-05 19:00:56 +01:00
Marco Strigl e017a8e237 do not use complex path separator fixes #385
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
2018-02-23 13:24:48 +01:00
..
2009-12-03 19:19:53 +01:00
2017-10-06 13:25:25 +02:00
2014-08-12 15:01:16 +02:00
2017-06-17 17:40:42 +02:00
2013-04-16 10:51:41 +02:00