mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
Removed f string
This commit is contained in:
parent
62c9b84a1b
commit
6c4b8577e3
1 changed files with 1 additions and 1 deletions
|
@ -832,7 +832,7 @@ def main() -> None:
|
|||
arguments[args[0]]()
|
||||
except (KeyError, IndexError):
|
||||
logger = logging.getLogger(LoggingConfig.date)
|
||||
logger.exception(f'{main.__name__}')
|
||||
logger.exception(main.__name__)
|
||||
usage.help_short(1)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue