##// END OF EJS Templates
patch: kill some trailing whitespace
Dirkjan Ochtman -
r7561:fa23d169 default
parent child Browse files
Show More
@@ -35,7 +35,7 b' def copyfile(src, dst, basedir):'
35 except IOError:
35 except IOError:
36 raise util.Abort(
36 raise util.Abort(
37 _("cannot create %s: unable to create destination directory")
37 _("cannot create %s: unable to create destination directory")
38 % dst)
38 % dst)
39
39
40 util.copyfile(abssrc, absdst)
40 util.copyfile(abssrc, absdst)
41
41
General Comments 0
You need to be logged in to leave comments. Login now