Browse Source

fix spelling of base...

main
John-Mark Gurney 4 years ago
parent
commit
50abefaceb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      casimport/__init__.py

+ 1
- 1
casimport/__init__.py View File

@@ -300,7 +300,7 @@ class CASFinder(MetaPathFinder, Loader):
if hashurl.scheme == 'hash': if hashurl.scheme == 'hash':
break break
else: 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, ms = ModuleSpec(fullname, self, is_package=False,
loader_state=(hashurl,)) loader_state=(hashurl,))


Loading…
Cancel
Save