diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index 98a533e1..6c46ba22 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -69,7 +69,6 @@ def _get_index_file_paths(base_dir): last. That ensures that the package files are available when the client learns about them from the new index files. """ - return [os.path.join(base_dir, filename) for filename in INDEX_FILES]