summaryrefslogtreecommitdiffstats
path: root/presto-utils/packagelist.py
diff options
context:
space:
mode:
Diffstat (limited to 'presto-utils/packagelist.py')
-rw-r--r--presto-utils/packagelist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/presto-utils/packagelist.py b/presto-utils/packagelist.py
index e9019f9..46d0012 100644
--- a/presto-utils/packagelist.py
+++ b/presto-utils/packagelist.py
@@ -371,7 +371,7 @@ class PackageList:
if build[0] == newpkg.getNevra():
start = True
- if DoFirst == 1 and start and do_last:
+ if start and do_last:
self.__makeDeltaRpm(build_list[-1][0], newpkg, package)
if not self.sorted:
self.sort()