Skip to content

Commit

Permalink
feat: adapt CLI to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Oct 17, 2024
1 parent 835a4b8 commit 1be3c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepaas/cmd/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def help_formatter(prog):
CONF = cfg.CONF
CONF.register_cli_opts(cli_opts)

LOG = log.get_logger(__name__)
LOG = log.getLogger(__name__)


# store DEEPAAS_METHOD output in a file
Expand Down

0 comments on commit 1be3c1c

Please sign in to comment.