Skip to content

Commit

Permalink
Merge pull request #1079 from girder/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo.
  • Loading branch information
manthey authored Mar 8, 2023
2 parents 97381ec + 251d6ff commit eabb84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/dicom/large_image_source_dicom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _lazyImport():
import pydicom
import wsidicom
except ImportError:
raise TileSourceError('nd2 module not found.')
raise TileSourceError('dicom modules not found.')
warnings.filterwarnings('ignore', category=UserWarning, module='wsidicom')
warnings.filterwarnings('ignore', category=UserWarning, module='pydicom')

Expand Down

0 comments on commit eabb84e

Please sign in to comment.