Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 027b75f

Browse files
Update catalystwan/api/mtt_aaa_api.py
Co-authored-by: JimOverholt <[email protected]>
1 parent 9d319b5 commit 027b75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalystwan/api/mtt_aaa_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def get_aaa(self) -> TenantAAA:
7171
:param aaa:
7272
:return:
7373
"""
74-
logger.debug("AAA config {self.tenant_org_name}")
74+
logger.debug(f"AAA config {self.tenant_org_name}")
7575
tenant_aaa = self.session.get_data(self.url_path)
7676
# return tenant_aaa
7777
return create_dataclass(TenantAAA, tenant_aaa)

0 commit comments

Comments
 (0)