diff --git a/lib/kim/Install.py b/lib/kim/Install.py index 0c9d717bc3..3f1d9fb191 100644 --- a/lib/kim/Install.py +++ b/lib/kim/Install.py @@ -251,6 +251,6 @@ if addflag: error() # download single model - cmd = '%s/bin/kim-api-v1-collections-management install system %s' % (kimdir, addmodelname) + cmd = '%s/bin/kim-api-v1-collections-management install system %s' % (kimdir.decode("UTF-8"), addmodelname) txt = subprocess.check_output(cmd,stderr=subprocess.STDOUT,shell=True) if verboseflag: print (txt.decode("UTF-8"))