mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Remove debug stuff
Co-Authored-By: tituspijean <tituspijean@outlook.com>
This commit is contained in:
parent
dc56e975b8
commit
83a4a50b99
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ class App():
|
|||
|
||||
issues = [ i["title"] for i in r if not "pull_request" in i ]
|
||||
|
||||
blocking_issues = [ i for i in issues if i.upper().startswith("[LOW QUALITY]") or i.upper().startswith("[BROKEN]") or i.startswith("E") ]
|
||||
blocking_issues = [ i for i in issues if i.upper().startswith("[LOW QUALITY]") or i.upper().startswith("[BROKEN]") ]
|
||||
if blocking_issues:
|
||||
print_error("There are important pending issues on the git repo to be solved :\n - "+"\n - ".join(blocking_issues))
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue