Skip to content

Commit f1d51e0

Browse files
committed
tweak handling
1 parent 6dfd708 commit f1d51e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynta/postprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ def get_species(path,adsorbates_path,metal,facet,slab,sites,site_adjacency,nslab
12211221
c_ref=c_ref,o_ref=o_ref,h_ref=h_ref,n_ref=n_ref,valid=valid)
12221222
spc.run()
12231223
except ValueError:
1224-
spc = None
1224+
pass
12251225

12261226
if spc:
12271227
species_dict[ind] = spc

0 commit comments

Comments
 (0)