Skip to content

Commit

Permalink
Added back a warning that was somehow removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kebwi committed Oct 3, 2024
1 parent e0a0bfc commit 7e21671
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions caveclient/skeletonservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

CLOUDVOLUME_AVAILABLE = True
except ImportError:
logging.warning(
"cloudvolume not installed. Some output formats will not be available."
)

CLOUDVOLUME_AVAILABLE = False

from .auth import AuthClient
Expand Down

0 comments on commit 7e21671

Please sign in to comment.