Skip to content

Commit

Permalink
Refactor _check_tags_config
Browse files Browse the repository at this point in the history
  • Loading branch information
r4victor committed Oct 21, 2024
1 parent d53d45f commit 3c7103a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ def func(location: str):
executor.submit(func, location)

def _check_config(self, config: AzureConfigInfoWithCredsPartial):
self._check_tags_config(config)

def _check_tags_config(self, config: AzureConfigInfoWithCredsPartial):
if not config.tags:
return
if len(config.tags) > TAGS_MAX_NUM:
Expand Down

0 comments on commit 3c7103a

Please sign in to comment.