mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
return only one url
needed for test=True where compare one URL with an array of URLs failed
This commit is contained in:
parent
19e0a8fb3b
commit
bcdbaab716
@ -378,7 +378,7 @@ class _RepoInfo(object):
|
||||
|
||||
@property
|
||||
def url(self):
|
||||
return [url.asCompleteString() for url in self.zypp.baseUrls()]
|
||||
return self.zypp.url().asCompleteString()
|
||||
|
||||
@url.setter
|
||||
def url(self, value):
|
||||
|
Loading…
Reference in New Issue
Block a user