Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 14, 2024
1 parent 262253d commit 3894a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dcspy/qt_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ def _check_bios_release(self, silence=False) -> None:
try:
remote_bios_info = self._check_remote_bios()
except ValueError as exc:
LOG.debug(f'Check BIOS version', exc_info=True)
LOG.debug('Check BIOS version', exc_info=True)
if not silence:
self._show_message_box(kind_of=MsgBoxTypes.WARNING, title='Problem', message=f'Error during checking version:\n{exc}')
return
Expand Down

0 comments on commit 3894a7b

Please sign in to comment.