-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
in-progressissue is actively being worked onissue is actively being worked onlocked[bot] locked due to inactivity[bot] locked due to inactivityseverity::1blocker; broken functionality with no workaroundblocker; broken functionality with no workaroundsource::anacondacreated by members of Anaconda, Inc.created by members of Anaconda, Inc.type::bugdescribes erroneous operation, use severity::* to classify the typedescribes erroneous operation, use severity::* to classify the type
Description
What happened?
The following import from the vendored toolz is wrong
Lines 8 to 11 in b9792e1
try: | |
from tlz.functoolz import excepts | |
except ImportError: | |
from conda._vendor.toolz.functoolz import excepts |
The excepts
wrapper is just reimplemented in conda/_vendor/toolz/__init__.py
.
Tasks
Metadata
Metadata
Assignees
Labels
in-progressissue is actively being worked onissue is actively being worked onlocked[bot] locked due to inactivity[bot] locked due to inactivityseverity::1blocker; broken functionality with no workaroundblocker; broken functionality with no workaroundsource::anacondacreated by members of Anaconda, Inc.created by members of Anaconda, Inc.type::bugdescribes erroneous operation, use severity::* to classify the typedescribes erroneous operation, use severity::* to classify the type
Type
Projects
Status
🏁 Done