Removing extra spaces from the end of line #783

This commit is contained in:
ViperMaul 2015-04-21 10:02:56 -07:00
parent cebe520513
commit ced0d3d576

View File

@ -386,7 +386,7 @@ def copy_optionals_for_building(mod,pbos):
def cleanup_optionals(mod,pbos):
print("")
try:
try:
for dir_name in mod:
#userconfig requires special handling since it is not a PBO source folder.
if (dir_name == "userconfig"):