mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
Revert "Avoid auto-name exception noise"
This reverts commit ce8bca7971.
This commit is contained in:
parent
ce8bca7971
commit
75b787b9ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue