mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
apply numpy docstyle
This commit is contained in:
parent
01b9fb1549
commit
9038161b70
2 changed files with 2 additions and 6 deletions
|
@ -249,11 +249,7 @@ def get_lastbuild(builds):
|
|||
|
||||
|
||||
def check_update_check_data_url(app):
|
||||
<<<<<<< HEAD
|
||||
"""UpdateCheckData must have a valid HTTPS URL to protect checkupdates runs"""
|
||||
=======
|
||||
"""UpdateCheckData must have a valid HTTPS URL to protect checkupdates runs."""
|
||||
>>>>>>> c380427b (rewrite docstrings to match numpy style guide)
|
||||
"""Updatecheckdata must have a valid HTTPS URL to protect checkupdates runs."""
|
||||
if app.UpdateCheckData and app.UpdateCheckMode == 'HTTP':
|
||||
urlcode, codeex, urlver, verex = app.UpdateCheckData.split('|')
|
||||
for url in (urlcode, urlver):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue