Skip to content

Commit 057e986

Browse files
authored
Flake8 compliance
1 parent 3382963 commit 057e986

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

buildhat/hat.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ def get(self):
4242
return devices
4343

4444
def get_logfile(self):
45+
"""Get the filename of the debug log (If enabled, None otherwise)
46+
47+
:return: Path of the debug logfile
48+
:rtype: str or None
49+
"""
4550
return Device._instance.debug_filename
4651

4752
def get_vin(self):

0 commit comments

Comments
 (0)