From b6d597a6ce5192c7720eeb4d24eac3a44f2fa450 Mon Sep 17 00:00:00 2001 From: "trash80.v2.0" Date: Mon, 2 Jul 2012 03:23:43 +0000 Subject: [PATCH] printing out python version before running xiin. Not yet logged. --- inxi | 1 + 1 file changed, 1 insertion(+) diff --git a/inxi b/inxi index e5fdda7..4b9e657 100755 --- a/inxi +++ b/inxi @@ -1396,6 +1396,7 @@ debug_data_collector() if [[ $b_run_xiin == 'true' ]];then echo $Line echo "Running $xiin_file tool now on /sys..." + echo "Using Python version:" && python --version python ./$xiin_file -d /sys -f $xiin_data_file if [[ $? -ne 0 ]];then error=$?