fix minor bug
This commit is contained in:
parent
e25759e4f9
commit
67d24ad39a
@ -87,7 +87,7 @@ class FccSubmitter(object):
|
|||||||
|
|
||||||
def is_new_package(self, tgt_project, tgt_package):
|
def is_new_package(self, tgt_project, tgt_package):
|
||||||
try:
|
try:
|
||||||
self.logger.debug("package_meta %s %s/%s" % (self.apiurl, tgt_project, tgt_package))
|
logging.debug("Gathering package_meta %s/%s" % (tgt_project, tgt_package))
|
||||||
osc.core.show_package_meta(self.apiurl, tgt_project, tgt_package)
|
osc.core.show_package_meta(self.apiurl, tgt_project, tgt_package)
|
||||||
except (urllib2.HTTPError, urllib2.URLError):
|
except (urllib2.HTTPError, urllib2.URLError):
|
||||||
return True
|
return True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user