typo in printout
This commit is contained in:
parent
ce52615c26
commit
b19b7474a0
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ class Timelines():
|
|||
frame_ratio = self.frame_ratio * wide
|
||||
cut_images = int(math.ceil(cut_width / (frame_ratio * self.large_tile_h)))
|
||||
if cut_images == 0:
|
||||
print 'ERROR division by zerro', cut_width, cut_images
|
||||
print 'ERROR division by zero', cut_width, cut_images
|
||||
index = -1
|
||||
image_widths = self._divide(cut_width, cut_images)
|
||||
image_i = self.cuts[-2]
|
||||
|
|
Loading…
Reference in a new issue