mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Fix rule error messages
This commit is contained in:
parent
f68849c65f
commit
40144f8bd8
@ -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…
Reference in New Issue
Block a user