From 50abefaceba95b87dc63130485c73658d68cead9 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 4 Feb 2020 13:06:00 -0800 Subject: [PATCH] fix spelling of base... --- casimport/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/casimport/__init__.py b/casimport/__init__.py index fdde021..ed3e89a 100644 --- a/casimport/__init__.py +++ b/casimport/__init__.py @@ -300,7 +300,7 @@ class CASFinder(MetaPathFinder, Loader): if hashurl.scheme == 'hash': break else: - raise ValueError('unable to find bash hash url for alias %s' % repr(arg)) + raise ValueError('unable to find base hash url for alias %s' % repr(arg)) ms = ModuleSpec(fullname, self, is_package=False, loader_state=(hashurl,))