1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 21:28:42 +02:00

python3 compatibility: fix all tests

This commit is contained in:
Michal Vyskocil
2013-04-09 14:22:45 +02:00
committed by Adrian Schröter
parent 419367fca3
commit f0186dbde8
5 changed files with 37 additions and 24 deletions

View File

@@ -7412,7 +7412,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
entries.update(entries_new)
for name in sorted(entries.keys()):
if name.startswith('_service:') or name.startswith('_service_'):
continue
continue
md5_old = entries_old.get(name, '')
md5_new = entries_new.get(name, '')
md5_oldpatched = entries_oldpatched.get(name, '')