1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00
This commit is contained in:
proletarius101 2024-04-06 22:19:13 +08:00
parent 0eefa6fbe5
commit cda322445f
No known key found for this signature in database

View File

@ -697,7 +697,7 @@ def update_servergitmirrors(servergitmirrors, repo_section):
# Test
print(f"d: {d}")
print("files:")
print(glob.glob(my_path + '/**/*.txt', recursive=True))
print(glob.glob('.' + '/**/*.txt', recursive=True))
index_only = d.get('index_only', False)