Skip to content

Fix name find and version

Medardo Rodríguez requested to merge fix-name-find-and-version into releases-2.0.x

Getting name using Python stack could produce an error if some value (like 'xoutil.versions.python_version') is not full compatible with 'eq' protocol. This MR fixes this error.

Merge request reports