From 68f5e1c301020f1c8cbbf9a1db2f37ed5c8f2ca3 Mon Sep 17 00:00:00 2001 From: anphi <anne.philipp@univie.ac.at> Date: Mon, 20 Aug 2018 14:19:58 +0200 Subject: [PATCH] BugFix of Reported bug in Ticket #202 --- python/FlexpartTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/FlexpartTools.py b/python/FlexpartTools.py index 606fb07..e45808e 100644 --- a/python/FlexpartTools.py +++ b/python/FlexpartTools.py @@ -649,8 +649,8 @@ class MARSretrieval: mclass = attrs.get('marsclass') del attrs['marsclass'] attrs['class'] = mclass + target = attrs.get('target') if not int(self.public): - target = attrs.get('target') del attrs['target'] print 'target: ', target -- GitLab