Skip to content

Commit

Permalink
Merge #67: [GUI] Fix HW status message log entry
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Fuzzbawls committed Jun 18, 2024
2 parents db6f2b4 + 1c1dba5 commit 2c3795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def updateHWstatus(self, ctrl):
printDbg(str(e))
pass

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

def updateLastBlockLabel(self):
text = '--'
Expand Down

0 comments on commit 2c3795e

Please sign in to comment.