We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20597f commit bb58645Copy full SHA for bb58645
scripts/clone_access_modules.py
@@ -171,6 +171,8 @@ def clone_access_modules():
171
initialize_init_file()
172
173
helpers.ensure_file_exists(requirements_file_path)
174
+ # Ensure cleanup of requirements file before starting cloning process
175
+ helpers.write_content_to_file(requirements_file_path, [])
176
177
for formatted_git_arg in git_urls:
178
cloned_path = clone_repo(formatted_git_arg, retry_limit)
0 commit comments