1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

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

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

@ -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 {}.")