Gentoo Archives: gentoo-catalyst

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH 1/3] Remove some troublesome trailing slashes from paths
Date: Wed, 18 Dec 2013 03:41:09
Message-Id: 20131218034105.GF25409@odin.tremily.us
In Reply to: [gentoo-catalyst] [PATCH 1/3] Remove some troublesome trailing slashes from paths by Brian Dolbec
1 On Tue, Dec 17, 2013 at 05:12:09PM -0800, Brian Dolbec wrote:
2 > - self.settings["snapshot"]+"/")
3 > + self.settings["snapshot"])
4 > …
5 > - "/tmp/"+self.settings["target_subpath"]+"/")
6 > + "/tmp/"+self.settings["target_subpath"])
7 > …
8 > - self.settings["version_stamp"]+"/")
9 > + self.settings["version_stamp"])
10
11 Acked by me, although I think path consumers should be able to handle
12 both forms.
13
14 Cheers,
15 Trevor
16
17 --
18 This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
19 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies