mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
Avoid auto-name exception noise
This commit is contained in:
parent
01ccc54b29
commit
ce8bca7971
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ def main():
|
||||||
writeit = True
|
writeit = True
|
||||||
|
|
||||||
# Do the Auto Name thing as well as finding the CV real name
|
# Do the Auto Name thing as well as finding the CV real name
|
||||||
if len(app["Repo Type"]) > 0:
|
if len(app["Repo Type"]) > 0 and tag:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue