prod_info.compil_script = script_path
if src.architecture.is_windows():
if ".sh" in script_path:
- DBG.write("automatic switch '.sh' to '.bat' for script windows file %s" % script_path, True)
+ DBG.write("automatic switch '.sh' to '.bat' for script windows file", script_path, True)
prod_info.compil_script = prod_info.compil_script[:-len(".sh")] + ".bat"
else:
if ".bat" not in script_path:
- DBG.write("No expected extension ('.sh' or '.bat') file name for script windows file %s" % script_path, True)
+ DBG.write("No expected extension ('.sh' or '.bat') file name for script windows file", script_path, True)
else:
pass # mode olivier .bat present yet nothing to do