Skip to content

Commit

Permalink
Merge pull request #105 from gisce/imp_s52_report_type_return
Browse files Browse the repository at this point in the history
FIX report_type on S52 classes
  • Loading branch information
tinogis authored Jun 20, 2024
2 parents ba89def + f2e2667 commit cca1aea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions primestg/report/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -2098,6 +2098,14 @@ def line_supervisor_class(self):
"""
return LineSupervisorS52

@property
def report_type(self):
"""
The type of report for report S64.
:return: a string with 'S52'
"""
return 'S52'


class Report(object):
"""
Expand Down

0 comments on commit cca1aea

Please sign in to comment.