mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
fix failure during redownload attempt
This commit is contained in:
parent
1f4cbbb0e8
commit
eb5acbd9b4
@ -509,7 +509,7 @@ class PackageInfo:
|
||||
# Try again.
|
||||
if not self.downloadDescFile(http):
|
||||
return False
|
||||
assert self.installPlans
|
||||
|
||||
token = self.__followInstallPlans()
|
||||
|
||||
if token == self.stepFailed:
|
||||
@ -523,6 +523,9 @@ class PackageInfo:
|
||||
""" Performs all of the steps in self.installPlans. Returns
|
||||
one of stepComplete, stepFailed, or restartDownload. """
|
||||
|
||||
if not self.installPlans:
|
||||
self.__buildInstallPlans()
|
||||
|
||||
installPlans = self.installPlans
|
||||
self.installPlans = None
|
||||
for plan in installPlans:
|
||||
|
Loading…
x
Reference in New Issue
Block a user