We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2942355 + 6000f33 commit d888011Copy full SHA for d888011
1 file changed
patch.py
@@ -940,6 +940,7 @@ def apply(self, strip=0, root=None):
940
backupname = filename+b".orig"
941
if exists(backupname):
942
warning("can't backup original file to %s - aborting" % backupname)
943
+ errors += 1
944
else:
945
import shutil
946
shutil.move(filename, backupname)
0 commit comments