From 6871e0f2e5d504371792f383cd004538b5dc9b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Sun, 4 Oct 2020 16:25:10 +0200 Subject: [PATCH] Deleting the commented code --- tools/lib/formats/default/fromXLSToLaTeXHandler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/lib/formats/default/fromXLSToLaTeXHandler.py b/tools/lib/formats/default/fromXLSToLaTeXHandler.py index bf002bce..9e3d581e 100644 --- a/tools/lib/formats/default/fromXLSToLaTeXHandler.py +++ b/tools/lib/formats/default/fromXLSToLaTeXHandler.py @@ -99,7 +99,6 @@ class fromXLSToLaTeXHandler(formatHandlerBase): dataDic[exkey][kind]=(val,unsafe) else: dataDic[exkey][kind]=val - #data.excitations.append(excitationValue(initialState,finst[0],val,type=finst[2])) for dt,methdic in valDic.items(): for methstring,exdic in methdic.items(): data=datafileSelector(dt)()