mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Forgot a dev print (again)
This commit is contained in:
parent
409188a4e5
commit
24cd80ae80
1 changed files with 0 additions and 1 deletions
|
|
@ -117,7 +117,6 @@ def check_tags(app, pattern):
|
||||||
|
|
||||||
tags = vcs.gettags()
|
tags = vcs.gettags()
|
||||||
if pattern:
|
if pattern:
|
||||||
print pattern
|
|
||||||
pat = re.compile(pattern)
|
pat = re.compile(pattern)
|
||||||
tags = [tag for tag in tags if pat.match(tag)]
|
tags = [tag for tag in tags if pat.match(tag)]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue