Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
akim-ruslanov committed Aug 10, 2022
1 parent 812a702 commit 9a9ad87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuegui/cuegui/MenuActions.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def cuebotCall(self, functionToCall, errorMessageTitle, *args):
try:
return functionToCall(*args)
except opencue.exception.CueException as e:
logger.exception('Failed Cuebot call')
logger.exception('Failed cuebot call')
QtWidgets.QMessageBox.critical(self._caller,
errorMessageTitle,
str(e),
Expand Down

0 comments on commit 9a9ad87

Please sign in to comment.