This commit is contained in:
proletarius101 2024-04-06 22:23:36 +08:00
parent 5aef1da1fc
commit d79ac8e2dc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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