From e0dab4d634f03635ca35f6432d631eb903c26170 Mon Sep 17 00:00:00 2001 From: Raul Bardaji Date: Thu, 30 May 2019 17:22:31 +0200 Subject: [PATCH] minor changes --- mooda/waterframe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mooda/waterframe.py b/mooda/waterframe.py index c1c8c4a..6af9d88 100644 --- a/mooda/waterframe.py +++ b/mooda/waterframe.py @@ -73,7 +73,7 @@ def __init__(self, path=None, df=None, metadata=None, meaning=None): self.data.set_index('TIME', inplace=True) # self.data.index = pd.to_datetime(self.data.index) self.data.sort_index(inplace=True) - except Exception as e: + except Exception: pass def __repr__(self):