wrong capitalization

This commit is contained in:
Martin Diehl 2023-11-26 19:09:34 +01:00
parent a38ec385c7
commit 2018b623ce
1 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ done
secondLevel "Details on $DEFAULT_PYTHON:"
echo $(ls -la $(which $DEFAULT_PYTHON))
for MODULE in numpy scipy pandas matplotlib yaml h5py;do
thirdLevel $module
thirdLevel $MODULE
$DEFAULT_PYTHON -c "import $MODULE; \
print('Version: {}'.format($MODULE.__version__)); \
print('Location: {}'.format($MODULE.__file__))"