Skip to content

Commit

Permalink
Fix location of function parameter type
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#977
  • Loading branch information
treiher committed Sep 13, 2024
1 parent 3e32b84 commit 1ef5cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rflx/specification/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def create_id(error: RecordFluxError, identifier: lang.AbstractID, filename: Pat
return (
ID(
identifier.f_package.text,
location=node_location(identifier.f_package, filename),
location=node_location(identifier, filename),
)
* name
)
Expand Down

0 comments on commit 1ef5cc8

Please sign in to comment.