ArchiveOrangemail archive

pdk-devel.lists.64studio.com


(List home) (Recent threads) (2 other 64studio.com lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe (we seem to have lost it) address with "subscribe" in the subject line.
  • This list contains about 40 messages, beginning Oct 2008
  • This list doesn't seem to be active
Report the Spam
This button sends a spam report to the moderator. Please use it sparingly. For other removal requests, read this.
Are you sure? yes no

[PATCH] picax base_path should be absolute

Ad
Thadeu Lima de Souza Cascardo 1229616372Thu, 18 Dec 2008 16:06:12 +0000 (UTC)
aWhether it is configured in the component or as the default value,
base_path should be absolute.
Free Ekanayaka 1231363308Wed, 07 Jan 2009 21:21:48 +0000 (UTC)
Hi Thadeu,

|--==> On Thu, 18 Dec 2008 14:06:12 -0200, Thadeu Lima de Souza Cascardo  said:

  TLdSC> aWhether it is configured in the component or as the default value,
  TLdSC> base_path should be absolute.
  TLdSC> ---
  TLdSC>  picax/config.py |    2 +-
  TLdSC>  1 files changed, 1 insertions(+), 1 deletions(-)

  TLdSC> diff --git a/picax/config.py b/picax/config.py
  TLdSC> index 52b33e9..a8bd0e3 100644
  TLdSC> --- a/picax/config.py
  TLdSC> +++ b/picax/config.py
  TLdSC> @@ -477,7 +477,7 @@ def _interpret_args(this_config, subprefix_arglist, arglist):  TLdSC>      if not this_config.has_key("base_path"):
  TLdSC>          this_config["base_path"] = arglist[0]
  TLdSC> -        this_config["base_path"] = os.path.abspath(this_config["base_path"])
  TLdSC> +    this_config["base_path"] = os.path.abspath(this_config["base_path"])
  TLdSC>      if not this_config.has_key("dest_path"):
  TLdSC>          this_config["dest_path"] = this_config["base_path"]

Nice, committed. Thanks, and sorry for the delay.

Ciao!

Free
Home | About | Privacy