From b14526771cce672fe19cec34f4a6cdd953b1b3c0 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 22 May 2017 08:25:27 +0200 Subject: [PATCH] fix --- rowers/interactiveplots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 73f81d69..64df2848 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -1093,7 +1093,7 @@ def interactive_cum_flex_chart2(theworkouts,promember=0, try: datadf['y1'] = datadf['pace'] except KeyError: - return ['','

No non-zero data in selection

,'',''] + return ['','

No non-zero data in selection

','',''] if yparam2 != 'None': try: datadf['y2'] = datadf.ix[:,yparam2]