Skip to content

Commit 2c3795e

Browse files
committed
Merge #67: [GUI] Fix HW status message log entry
1c1dba5 [GUI] Fix HW status message log entry (Fuzzbawls) Pull request description: fixes a debug log message that wasn't using the proper f-string ACKs for top commit: Liquid369: ACK 1c1dba5 Tree-SHA512: 73d7a40667ff2a03b4f91ae46229de8c5cf23970114f1fc1c7e80159dc5327ef28b8ab8ecb07175631522c58880b60307faf3f44edbf3f6b23cc332a4bce2e57
2 parents db6f2b4 + 1c1dba5 commit 2c3795e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mainWindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def updateHWstatus(self, ctrl):
422422
printDbg(str(e))
423423
pass
424424

425-
printDbg("status:{self.hwStatus} - mess: {self.hwStatusMess}")
425+
printDbg(f"status:{self.hwStatus} - mess: {self.hwStatusMess}")
426426

427427
def updateLastBlockLabel(self):
428428
text = '--'

0 commit comments

Comments
 (0)