Преглед изворни кода

added needed space in error message as stated in bug# 1645718

Peter Ruan пре 6 година
родитељ
комит
0294076153
1 измењених фајлова са 1 додато и 1 уклоњено
  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