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 39a144a commit 55a019bCopy full SHA for 55a019b
indexer/src/repository.py
@@ -59,9 +59,9 @@ def delete_unlinked_directories(self):
59
# skip .DS_store files
60
if len(files) == 1 and files[0].startswith("."):
61
continue
62
+ cur_dir = root.split(main_dir + "/")[1]
63
if cur_dir == "dev":
64
- cur_dir = root.split(main_dir + "/")[1]
65
if self.indexer_github.is_release_exist(cur_dir):
66
67
if self.indexer_github.is_tag_exist(cur_dir):
0 commit comments