From e966ac2efe7471e596da9a497dacd8dbb8ef6263 Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Sat, 6 Apr 2024 22:17:40 +0800 Subject: [PATCH] test --- fdroidserver/deploy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index ff49d9e5..22676539 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -512,7 +512,8 @@ def update_servergitmirrors(servergitmirrors, repo_section): for d in servergitmirrors: # Test print(f"d: {d}") - print(os.listdir()) + print("files:") + print(glob.glob(my_path + '/**/*.txt', recursive=True)) index_only = d.get('index_only', False)