ctuning / ck-env

CK repository with components and automation actions to enable portable workflows across diverse platforms including Linux, Windows, MacOS and Android. It includes software detection plugins and meta packages (code, data sets, models, scripts, etc) with the possibility of multiple versions to co-exist in a user or system environment.
https://github.com/mlcommons/ck
BSD 3-Clause "New" or "Revised" License
72 stars 25 forks source link

bugfix: making sure we pass "out" parameter into get_version() plugin method #89

Closed ens-lg4 closed 5 years ago

ens-lg4 commented 5 years ago

Previously get_version() method was not passed the "out" parameter from the calling function. This PR fixes this bug.

gfursin commented 5 years ago

Seems to be ok ... Thanks.