Skip to content

Commit

Permalink
Add missing argument
Browse files Browse the repository at this point in the history
Applied the review.
  • Loading branch information
kangz12345 committed Apr 8, 2024
1 parent e426556 commit 936fee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iquip/apps/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def handleClientError(self, key: str, error: Exception):
Args:
See StageManager.clientError signal.
"""
logger.error("Stage %s reported an error.", exc_info=error)
logger.error("Stage %s reported an error.", key, exc_info=error)
self.handleConnectionChanged(key, False)

@pyqtSlot(str, float)
Expand Down

0 comments on commit 936fee3

Please sign in to comment.