Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
Signed-off-by: troychiu <[email protected]>
  • Loading branch information
troychiu committed Nov 27, 2023
1 parent 2e5ad01 commit 43fc0ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def inner_wrapper(*args, **kwargs):
try:
return fn(*args, **kwargs)
except Exception as e:
logger.warning(f"Task Error: {e}")
logger.error(f"Task Error: {e}")
logger.info("Launching VSCode server")

Check warning on line 224 in plugins/flytekit-flyin/flytekitplugins/flyin/vscode_lib/decorator.py

View check run for this annotation

Codecov / codecov/patch

plugins/flytekit-flyin/flytekitplugins/flyin/vscode_lib/decorator.py#L222-L224

Added lines #L222 - L224 were not covered by tests

# 0. Executes the pre_execute function if provided.
Expand Down

0 comments on commit 43fc0ce

Please sign in to comment.