This commit is contained in:
Your Name 2026-05-08 17:45:27 +02:00
parent dfbba622fc
commit 1a6a5b1226
3 changed files with 7 additions and 3 deletions

View file

@ -44,3 +44,7 @@ class Enumeration(GenericEnumeration):
logger.warning(warnMsg)
return {}
def getHostname(self):
warnMsg = "on Spanner it is not possible to enumerate the hostname"
logger.warning(warnMsg)