Proper fix for --start and --stop consistency amongst different techniques

This commit is contained in:
Bernardo Damele
2011-07-26 10:06:28 +00:00
parent e71f96afe7
commit 938716e361
3 changed files with 4 additions and 4 deletions

View File

@@ -221,7 +221,7 @@ def unionUse(expression, unpack=True, dump=False):
stopLimit += startLimit
elif dump:
if conf.limitStart:
startLimit = conf.limitStart
startLimit = conf.limitStart - 1
if conf.limitStop:
stopLimit = conf.limitStop