Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
faermanj committed Nov 15, 2023
1 parent be2b3fe commit 61c68bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uplib/uplib/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def load_prompts(prompts):
load_prompt(prompt_cfg)

def load_prompt(prompt_cfg):
log.info("Loading prompt %s", prompt_cfg)
log.debug("Loading prompt %s", prompt_cfg)
prompt = prompt_cfg.get("prompt")
if not prompt:
log.error("Prompt not defined in %s", prompt_cfg)
Expand Down

0 comments on commit 61c68bc

Please sign in to comment.