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