Skip to content

Commit

Permalink
better handling when wrong sparse is present
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Jul 19, 2017
1 parent c73a895 commit 29b8d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse.py
Expand Up @@ -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':
Expand Down

0 comments on commit 29b8d79

Please sign in to comment.