Cut off trailing dot
This commit is contained in:
parent
503ecd8557
commit
206ffbf1ff
@ -122,6 +122,7 @@ def readYamlFile(file: str):
|
|||||||
|
|
||||||
def updateNsData(zone):
|
def updateNsData(zone):
|
||||||
try:
|
try:
|
||||||
|
zone = str(zone)[:-1]
|
||||||
adaptedZone = adaptZoneName(zone)
|
adaptedZone = adaptZoneName(zone)
|
||||||
|
|
||||||
log.info(f'{adaptedZone} |\tUpdating NS-Data')
|
log.info(f'{adaptedZone} |\tUpdating NS-Data')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user