We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2588f1d commit 986e10eCopy full SHA for 986e10e
metaflow/plugins/cards/card_cli.py
@@ -17,6 +17,7 @@
17
from contextlib import contextmanager
18
from functools import wraps
19
from metaflow.exception import MetaflowNamespaceMismatch
20
+
21
from .card_datastore import CardDatastore, NUM_SHORT_HASH_CHARS
22
from .exception import (
23
CardClassFoundException,
@@ -736,8 +737,7 @@ def create(
736
737
738
if error_stack_trace is not None and mode != "refresh":
739
rendered_content = error_card().render(task, stack_trace=error_stack_trace)
-
740
- if (
+ elif (
741
rendered_info.is_implemented
742
and rendered_info.timed_out
743
and mode != "refresh"
0 commit comments