Skip to content

Commit

Permalink
fix: unreacheable var (HS)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jul 24, 2024
1 parent cc8795b commit 67ed9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qtribu/toolbelt/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PlgSettingsStructure:

@property
def browser_as_str(self) -> str:
"""Returns mathcing browser value name from its code.
"""Returns matching browser value name from its code.
:return: browser value name
:rtype: str
Expand All @@ -76,7 +76,7 @@ def browser_as_str(self) -> str:
return "system"
else:
log_hdlr.PlgLogger.log(
message=f"Invalid browser code: {self.impex_access_mode}", log_level=1
message=f"Invalid browser code: {self.browser}", log_level=1
)
return "qgis"

Expand Down

0 comments on commit 67ed9d6

Please sign in to comment.