mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
fix tests and docstring error
This commit is contained in:
parent
293975d081
commit
2448f070e9
2 changed files with 29 additions and 5 deletions
|
@ -47,7 +47,7 @@ REMOTE_HOSTNAME_REGEX = re.compile(r'\W*\w+\W+(\w+).*')
|
|||
|
||||
|
||||
def _get_index_excludes(repo_section):
|
||||
"""The list of files to be synced last, since they finalize the deploy.
|
||||
"""Return the list of files to be synced last, since they finalize the deploy.
|
||||
|
||||
The process of pushing all the new packages to the various
|
||||
services can take a while. So the index files should be updated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue