Skip to content

Commit

Permalink
Drop from e logic for Python 2.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Jun 9, 2020
1 parent c995e2a commit e943626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Error importing numpy and scipy but these are required to install ForceBalance.\n"
"Please make sure the numpy and scipy modules are installed and try again.\n"
)
raise ImportError(msg) from e
raise ImportError(msg)

#===================================#
#| ForceBalance version number |#
Expand Down

0 comments on commit e943626

Please sign in to comment.