Log each repo during migration
This commit is contained in:
parent
06b90e515c
commit
388a0235dd
@ -327,6 +327,8 @@ class Migrator:
|
||||
|
||||
this_destination_repo_name = destination_repo_name.replace("%N%", source_repo.name)
|
||||
|
||||
self.__logger.info(f"Migrating: {source_repo.name} ==> {this_destination_repo_name}")
|
||||
|
||||
source_repo_topics = api_source_repos.repo_list_topics(owner=source_repo.owner.login, repo=source_repo.name)
|
||||
source_repo_topics = source_repo_topics.topics
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user