mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-06 23:40:12 +01:00
Revert "Avoid auto-name exception noise"
This reverts commit ce8bca7971
.
This commit is contained in:
parent
ce8bca7971
commit
75b787b9ce
@ -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 and tag:
|
||||
if len(app["Repo Type"]) > 0:
|
||||
|
||||
try:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user