We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9676788 commit fe5336eCopy full SHA for fe5336e
1 file changed
patch.py
@@ -758,7 +758,7 @@ def apply(self, strip=0):
758
debug("stripping %s leading component from '%s'" % (strip, f2patch))
759
f2patch = pathstrip(f2patch, strip)
760
if not exists(f2patch):
761
- warning("source/target file does not exist\n--- %s\n+++ %s" % (p.source, f2patch))
+ warning("source/target file does not exist:\n --- %s\n +++ %s" % (p.source, f2patch))
762
errors += 1
763
continue
764
if not isfile(f2patch):
0 commit comments