Log errors when parsing existing Conda versions
This makes it easier to fix file names that cannot be parsed using the current logic.
This commit is contained in:
parent
51166377b7
commit
2506c9773c
@ -289,7 +289,7 @@ def get_existing_condas(name):
|
|||||||
logger.debug("Found existing %(name)s version %(v)s", locals())
|
logger.debug("Found existing %(name)s version %(v)s", locals())
|
||||||
yield v
|
yield v
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
logger.error("Unable to parse existing version %s", entry_name)
|
||||||
|
|
||||||
|
|
||||||
def get_available_condas(name, repo):
|
def get_available_condas(name, repo):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user