From 4d69dfd3ae45f95598766f9871a324ecbcdcb855 Mon Sep 17 00:00:00 2001 From: "Oleg E. Peil" Date: Tue, 9 Aug 2016 12:35:06 +0200 Subject: [PATCH] Fixed a typo in variable 'atmlib_present' --- python/converters/plovasp/proj_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/converters/plovasp/proj_shell.py b/python/converters/plovasp/proj_shell.py index 9e9113e0..d1280a33 100644 --- a/python/converters/plovasp/proj_shell.py +++ b/python/converters/plovasp/proj_shell.py @@ -41,7 +41,7 @@ import itertools as it import numpy as np try: import atm - atmlib_presnet = True + atmlib_present = True except ImportError: issue_warning("Error importing ATM libray, DOS calculation will fail!") atmlib_present = False