[OVC] Removed wrong text from extension parameter description. (#22781)

### Details:
- "To disable all extensions including those that are placed at the
default location, pass an empty string." - this line applies only to
legacy MO.

### Tickets:
 - 132289
This commit is contained in:
Anastasiia Pnevskaia 2024-02-12 14:47:46 +01:00 committed by GitHub
parent 9bf497825e
commit 186a9de6a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -82,8 +82,7 @@ def convert_model(
:param extension:
Paths to libraries (.so or .dll) with extensions, comma-separated
list of paths, objects derived from BaseExtension class or lists of
objects. To disable all extensions including those that are placed
at the default location, pass an empty string.
objects.
:param verbose:
Print detailed information about conversion.
:param share_weights:

View File

@ -38,8 +38,7 @@ def get_convert_model_help_specifics():
'extension':
{'description':
'Paths or a comma-separated list of paths to libraries '
'(.so or .dll) with extensions. To disable all extensions including '
'those that are placed at the default location, pass an empty string.',
'(.so or .dll) with extensions.',
'action': CanonicalizePathCheckExistenceAction,
'type': readable_files_or_empty},
'version':