From 76d0b4a6bb045a71a224b0bcce25a03a2f385e8b Mon Sep 17 00:00:00 2001 From: Oleg Peil Date: Sun, 15 Feb 2015 20:50:52 +0100 Subject: [PATCH] Small syntax fix in inpconf.py --- python/converters/vasp/python/inpconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/converters/vasp/python/inpconf.py b/python/converters/vasp/python/inpconf.py index 4f4cfecc..06d2f224 100644 --- a/python/converters/vasp/python/inpconf.py +++ b/python/converters/vasp/python/inpconf.py @@ -393,7 +393,7 @@ class ConfigParameters: try: ind, shell = find_shell_by_user_index(user_ind) except KeyError: - raise Exception("Shell %i reference in group '%s' does not exist"%(user_ind, group['index']) + raise Exception("Shell %i reference in group '%s' does not exist"%(user_ind, group['index'])) sh_inds.append(ind) # If [Shell] section contains (potentiall conflicting) group parameters