Skip to content

Commit

Permalink
Flake8 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
mutesplash authored Nov 29, 2023
1 parent 3382963 commit 057e986
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildhat/hat.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ def get(self):
return devices

def get_logfile(self):
"""Get the filename of the debug log (If enabled, None otherwise)
:return: Path of the debug logfile
:rtype: str or None
"""
return Device._instance.debug_filename

def get_vin(self):
Expand Down

0 comments on commit 057e986

Please sign in to comment.