Remove unnecessary return so that it can move to the next PBO after missing $PBOPREFIX$

#1105
This commit is contained in:
ViperMaul 2015-05-10 23:49:40 -07:00
parent d03203d3d5
commit 46cabb14ad

View File

@ -1002,7 +1002,7 @@ See the make.cfg file for additional build options.
shutil.copyfile(configpath, os.path.join(work_drive, prefix, module, "$PBOPREFIX$.backup"))
else:
print_error("$PBOPREFIX$ Does not exist for module: {}.".format(module))
return False
except:
print_error("Error creating backup of $PBOPREFIX$ for module {}.")