mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Fix rule error messages
This commit is contained in:
parent
f68849c65f
commit
40144f8bd8
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ class Line:
|
|||
return self._line
|
||||
|
||||
@property
|
||||
def line_nr(self) -> str:
|
||||
return self._line
|
||||
def line_nr(self) -> int:
|
||||
return self._line_nr
|
||||
|
||||
@property
|
||||
def index(self) -> int:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue