Procházet zdrojové kódy

Merge pull request #10593 from pruan-rht/bz1645718

added needed space in error message as stated in bug# 1645718
OpenShift Merge Robot před 6 roky
rodič
revize
fd3e3f43d2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      roles/lib_utils/action_plugins/sanity_checks.py

+ 1 - 1
roles/lib_utils/action_plugins/sanity_checks.py

@@ -386,7 +386,7 @@ class ActionModule(ActionBase):
             if kind == 'nfs':
                 raise errors.AnsibleModuleError(
                     'nfs is an unsupported type for {}. '
-                    'openshift_enable_unsupported_configurations=True must'
+                    'openshift_enable_unsupported_configurations=True must '
                     'be specified to continue with this configuration.'
                     ''.format(storage))
         return None