##// END OF EJS Templates
band-aid to avoid figure collision...
MinRK -
Show More
@@ -44,7 +44,7 b' class ConfigurableTransformers(GlobalConfigurable):'
44 44 try :
45 45 for worksheet in nb.worksheets :
46 46 for index, cell in enumerate(worksheet.cells):
47 worksheet.cells[index], other = self.cell_transform(cell, other, index)
47 worksheet.cells[index], other = self.cell_transform(cell, other, 100*index)
48 48 return nb, other
49 49 except NotImplementedError:
50 50 raise NotImplementedError('should be implemented by subclass')
General Comments 0
You need to be logged in to leave comments. Login now