Show More
@@ -94,7 +94,6 b' def dogitpatch(patchname, gitpatches):' | |||||
94 | (src, dst) = [os.path.join(os.getcwd(), n) |
|
94 | (src, dst) = [os.path.join(os.getcwd(), n) | |
95 | for n in (p.oldpath, p.path)] |
|
95 | for n in (p.oldpath, p.path)] | |
96 |
|
96 | |||
97 | print "copying %s to %s" % (src, dst) |
|
|||
98 | targetdir = os.path.dirname(dst) |
|
97 | targetdir = os.path.dirname(dst) | |
99 | if not os.path.isdir(targetdir): |
|
98 | if not os.path.isdir(targetdir): | |
100 | os.makedirs(targetdir) |
|
99 | os.makedirs(targetdir) |
General Comments 0
You need to be logged in to leave comments.
Login now