project-installcheck: Fix syntax error
This commit is contained in:
parent
53f00a2b26
commit
cc1b2e9d6d
@ -77,7 +77,7 @@ class RepoChecker():
|
||||
if comment.get('package') in comments:
|
||||
continue
|
||||
self.logger.info("Removing comment for package {}".format(comment.get('package')))
|
||||
url = makeurl(self.apiurl, [comment, comment.get('id')])
|
||||
url = makeurl(self.apiurl, ['comment', comment.get('id')])
|
||||
http_DELETE(url)
|
||||
|
||||
commentapi = CommentAPI(self.apiurl)
|
||||
|
Loading…
x
Reference in New Issue
Block a user