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$
#1105
This commit is contained in:
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 {}.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user