Skip to content
Snippets Groups Projects
Commit 68f5e1c3 authored by anphi's avatar anphi
Browse files

BugFix of Reported bug in Ticket #202

parent e18f4b5f
No related branches found
No related tags found
No related merge requests found
...@@ -649,8 +649,8 @@ class MARSretrieval: ...@@ -649,8 +649,8 @@ class MARSretrieval:
mclass = attrs.get('marsclass') mclass = attrs.get('marsclass')
del attrs['marsclass'] del attrs['marsclass']
attrs['class'] = mclass attrs['class'] = mclass
target = attrs.get('target')
if not int(self.public): if not int(self.public):
target = attrs.get('target')
del attrs['target'] del attrs['target']
print 'target: ', target print 'target: ', target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment