Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
ModuleNotFoundError -> ImportError #34
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Nov 5, 2017
1 parent 719f407 commit 8e9def8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _local_installation_exists(release):
local_version = blackmamba.__version__
_info('Black Mamba {} installed'.format(local_version))

except ModuleNotFoundError:
except ImportError:
_info('Black Mamba not installed')

if local_version is not None:
Expand Down

0 comments on commit 8e9def8

Please sign in to comment.