summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayce Houtman <jhoutman@houtknots.com>2023-01-04 17:50:11 +0100
committerJayce Houtman <jhoutman@houtknots.com>2023-01-04 17:50:11 +0100
commitde000517fb6435526d808c137512a21ea5561580 (patch)
treed4557f211ded8b1330442035e6243d148b5ac280
parentf53ed9a25084fec08b5947785dc0fe73c064c44d (diff)
downloaddesignate-de000517fb6435526d808c137512a21ea5561580.tar.gz
Fix missing space IllegalChildZone
Change-Id: I347748b1a31d757eff0376a87db75ab4e23512f3
-rw-r--r--designate/central/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/designate/central/service.py b/designate/central/service.py
index bf79420c..d4193e61 100644
--- a/designate/central/service.py
+++ b/designate/central/service.py
@@ -776,7 +776,7 @@ class Service(service.RPCService):
# Record the Parent Zone ID
zone.parent_zone_id = parent_zone.id
else:
- raise exceptions.IllegalChildZone('Unable to create'
+ raise exceptions.IllegalChildZone('Unable to create '
'subzone in another '
'tenants zone')