Skip to content

Commit

Permalink
related to #56
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Jun 16, 2016
1 parent a77b4c8 commit 9b89e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fabio/numpyimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ def getframe(self, num):
data = self.all_data[num]
new_img = self.__class__(data=data, header=self.header)
new_img.all_data = self.all_data
new_img.nframes = self.nframes
new_img.currentframe = num
else:
raise RuntimeError("getframe %s out of range [%s %s[" % (num, 0, self.nframes))
else:
Expand Down

0 comments on commit 9b89e35

Please sign in to comment.