Skip to content

Commit

Permalink
mkstatic.py: set a specific error code for group not found
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroTed committed Dec 12, 2023
1 parent 219f2e9 commit 9420f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mkstatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def write(self):
group_calls += '''
else
write({ccpp_var_name}%errmsg, '(*(a))') 'Group ' // trim(group_name) // ' not found'
ierr = 1
ierr = 86
end if
'''.format(ccpp_var_name=ccpp_var.local_name, group_name=group.name)

Expand Down

0 comments on commit 9420f7f

Please sign in to comment.