mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-24 01:41:06 -04:00
Avoid auto-name exception noise
This commit is contained in:
@@ -389,7 +389,7 @@ def main():
|
||||
writeit = True
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user