This commit is contained in:
proletarius101 2024-04-06 22:19:13 +08:00
parent e966ac2efe
commit 5aef1da1fc
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(my_path + '/**/*.txt', recursive=True))
print(glob.glob('.' + '/**/*.txt', recursive=True))
index_only = d.get('index_only', False)