Skip to content

Commit 9888b4c

Browse files
committed
toString no longer exists in Jython 2.7.1
1 parent 1f9c751 commit 9888b4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/main/python/wlsdeploy/tool/validate/validator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -896,9 +896,6 @@ def __validate_path_tokens_attribute(self, attribute_name, attribute_value, mode
896896

897897
value_data_type = validation_utils.get_python_data_type(attribute_value)
898898

899-
if value_data_type == 'string':
900-
attribute_value = attribute_value.toString()
901-
902899
self._logger.finest('value_data_type={0}', value_data_type,
903900
class_name=_class_name, method_name=_method_name)
904901

0 commit comments

Comments
 (0)