maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Maposmatic-dev] [PATCH maposmatic 2/4] Improve error message when R


From: David MENTRE
Subject: Re: [Maposmatic-dev] [PATCH maposmatic 2/4] Improve error message when RENDERING_RESULT_PATH does not exist
Date: Thu, 10 May 2012 09:31:55 +0200

Hello Maxime,

2012/5/8 Maxime Petazzoni <address@hidden>:
>     if (not os.path.exists(RENDERING_RESULT_PATH)
>         or not os.path.isdir(RENDERING_RESULT_PATH)):
> -        l.error("%s does not exist or is not a directory! "
> -                  "Please use a valid RENDERING_RESULT_PATH.")
> +        l.error("%s does not exist, is not a directory! " %

That's a detail but I think the previous message "%s does not exist or
is not a directory! " was clearer.

Best regards,
d.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]