Skip to content
Snippets Groups Projects
Commit 0a5f3652 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

found a small error

(unsure how this worked before)
parent aac26d8d
No related branches found
No related tags found
No related merge requests found
......@@ -526,7 +526,7 @@ class plt:
Returns the same dst object.
'''
_dst=get_dst(index)
_dst=self.get_dst(index)
_dst.save(filename)
return _dst
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment