dairin0d / batch-operations

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

reversed 'repeat actions' operations #1

Closed JoseConseco closed 8 years ago

JoseConseco commented 8 years ago

Hi it seems when I run 'repeat actions' they are applied in wrong order. To fix this I edited batch_common.py (line252): for i in range(len(self.operations)-1,0,-1):#reverse to fix bug

dairin0d commented 8 years ago

Thanks! I added the fix.