Browse Source

Merge pull request #10593 from pruan-rht/bz1645718

added needed space in error message as stated in bug# 1645718
OpenShift Merge Robot 6 năm trước cách đây
mục cha
commit
fd3e3f43d2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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