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