Skip to content

Commit

Permalink
fixing missing import for log_exception
Browse files Browse the repository at this point in the history
Signed-off-by: Tullio Sebastiani <[email protected]>
  • Loading branch information
tsebastiani authored and chaitanyaenr committed May 13, 2024
1 parent dbe3ea9 commit 21b89a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraken/node_actions/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from krkn_lib.k8s import KrknKubernetes
from krkn_lib.telemetry.k8s import KrknTelemetryKubernetes
from krkn_lib.models.telemetry import ScenarioTelemetry
from krkn_lib.utils.functions import get_yaml_item_value
from krkn_lib.utils.functions import get_yaml_item_value, log_exception

node_general = False

Expand Down

0 comments on commit 21b89a3

Please sign in to comment.