mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
flake8 fixes
This commit is contained in:
parent
9b7b950a7f
commit
37d0636e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ def check_args_determine_labels (opts):
|
|||
elif opts.polarization == "z":
|
||||
dataindex = 4
|
||||
else:
|
||||
raise Exception ("Invalid polarization: {0}".format(polarization))
|
||||
raise Exception ("Invalid polarization: {0}".format(opts.polarization))
|
||||
else:
|
||||
dataindex = 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue