From 29b8d79f63b1e9679aa931796b59096c3d20b306 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Wed, 19 Jul 2017 06:29:45 -0700 Subject: [PATCH] better handling when wrong sparse is present --- sparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparse.py b/sparse.py index d511bc0..69e5a26 100644 --- a/sparse.py +++ b/sparse.py @@ -26,7 +26,7 @@ if ver[:len(myver)] == myver: print('# looking good!') else: - print('# I am not confident with sparse version', ver.stdout) + print('# I am not confident with sparse version', ver) for f in sorted(glob.glob('*.c')): if f != 'bigbro-windows.c':