From ab7b5fe2906867093370c1d6756edbcc486f0a28 Mon Sep 17 00:00:00 2001 From: Sai Vineet Date: Wed, 20 Nov 2013 14:47:14 +0000 Subject: Filter Chart Inputs Problem: Error when inputting value with preceding "$" causes a problem - Invalid value The value must be a number (integer or decimal) - the wording is too advanced for primary school students to understand, need to implement a filter to prevent such vales from being entered. Solution: Implement a filter to extract the most probable input the user wants. If there is not probable input, like "dscsdc", then display error message. Fixes #4588 Signed-off-by: Agustin Zubiaga --- (limited to 'setup.py') diff --git a/setup.py b/setup.py index c60f4d0..c60f4d0 100644..100755 --- a/setup.py +++ b/setup.py -- cgit v0.9.1