dairin0d / batch-operations

Batch operations for specific cases
GNU General Public License v3.0
16 stars 3 forks source link

Minor fix. #2

Closed rjappy closed 8 years ago

rjappy commented 8 years ago

hi, The line at 252 in should be 'for i in range(len(self.operations)-1, -1, -1):' instead of for i in range(len(self.operations)-1, 0, -1):

Thanks for the addon !!

dairin0d commented 8 years ago

Thanks!