From 8fb4415e6dae99a6fa710106fa086cea8b34182d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 11 Nov 2008 17:46:49 +0000 Subject: Make FindPortdir() return (None, None, None) on failure, instead of raising a potentially ambiguous ValueError. svn path=/main/trunk/; revision=11853 --- pym/repoman/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/repoman') diff --git a/pym/repoman/utilities.py b/pym/repoman/utilities.py index cc654154c..807ff1ba9 100644 --- a/pym/repoman/utilities.py +++ b/pym/repoman/utilities.py @@ -393,7 +393,7 @@ def FindPortdir(settings): msg = 'Repoman is unable to determine PORTDIR or PORTDIR_OVERLAY' + \ ' from the current working directory' logging.critical(msg) - raise ValueError(msg) + return (None, None, None) if not portdir: portdir = settings["PORTDIR"] -- cgit v1.2.3-1-g7c22