Fix get_cnf if working on local machine
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 8 Nov 2021 08:26:52 +0000 (09:26 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 8 Nov 2021 08:26:52 +0000 (09:26 +0100)
commit6c691734ac0ec68ec502e56ca0964c9fbcf07eed
tree220f294c14dd08d14218161d816f710dc71db143
parent752bf4ea9966c38104fea71dc3592d53ad34ed34
Fix get_cnf if working on local machine

get_cnf always returns latin1-encoded output, but wrapper decoded shell-output
with system-default-encoding (usually utf8). Fix that
src/arnied_wrapper.py