compare_pkglist: fix a typo
This commit is contained in:
parent
4661a09b2f
commit
554d286155
@ -137,7 +137,7 @@ class CompareList(object):
|
||||
if not self.item_exists(self.submitfrom):
|
||||
print("Project %s is not exist"%self.submitfrom)
|
||||
return
|
||||
if not self.item_exists(self.submito):
|
||||
if not self.item_exists(self.submitto):
|
||||
print("Project %s is not exist"%self.submitto)
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user