mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 04:13:47 +01:00
Small syntax fix in inpconf.py
This commit is contained in:
parent
0816d45d59
commit
76d0b4a6bb
@ -393,7 +393,7 @@ class ConfigParameters:
|
|||||||
try:
|
try:
|
||||||
ind, shell = find_shell_by_user_index(user_ind)
|
ind, shell = find_shell_by_user_index(user_ind)
|
||||||
except KeyError:
|
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)
|
sh_inds.append(ind)
|
||||||
|
|
||||||
# If [Shell] section contains (potentiall conflicting) group parameters
|
# If [Shell] section contains (potentiall conflicting) group parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user