1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 21:58:41 +02:00

- fix + beautify

This commit is contained in:
Marcus Huewe
2010-02-05 15:14:48 +01:00
parent 116fec879e
commit 8d1c1804bf
3 changed files with 6 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ class RepoDataQuery(object):
release = element.get("rel")
if release is not None:
entry += "-%s" % (release,)
entry += "-%s" % release
return entry

View File

@@ -62,7 +62,7 @@ class RpmQuery(packagequery.PackageQuery):
def __init__(self, fh):
self.__file = fh
self.__filename = os.path.abspath(fh.name)
self.__path = os.path.abspath(fh.name)
self.filename_suffix = 'rpm'
self.header = None