@eht16 commented on this pull request.
> (arg_list, TA_ARGLIST),
(return_type, TA_VARTYPE),
(scope, TA_SCOPE)]:
if attr is not None:
- tag_line += '{type:c}{attr}'.format(type=type, attr=attr)
+ tag_line += f'{type_:c}{attr}'
+ print(tag_line)
Oops, thanks for spotting. Just removed it.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3488#discussion_r1190415163
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3488/review/[email protected]>