Skip to content

Commit

Permalink
remove orphaned end if
Browse files Browse the repository at this point in the history
  • Loading branch information
peverwhee committed Aug 22, 2024
1 parent dc3f3f3 commit fb08863
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/host_cap.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@ def write_host_cap(host_model, api, module_name, output_dir, run_env):
stdname = sp_var.get_prop_value('standard_name')
hvar = const_dict.find_variable(standard_name=stdname,
any_scope=True)
# end if
if hvar is None:
errmsg = 'No host model variable for {} in {}'
raise CCPPError(errmsg.format(stdname, spart.name))
Expand Down

0 comments on commit fb08863

Please sign in to comment.