Skip to content

Commit

Permalink
Widen except (krkn-chaos#457)
Browse files Browse the repository at this point in the history
Signed-off-by: José Castillo Lema <[email protected]>
  • Loading branch information
josecastillolema authored Jul 26, 2023
1 parent 3ab9ca4 commit 570631e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_kraken.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main(cfg):
kubeconfig_path
os.environ["KUBECONFIG"] = str(kubeconfig_path)
kubecli = KrknLibKubernetes(kubeconfig_path=kubeconfig_path)
except NameError:
except:
kubecli.initialize_clients(None)

# find node kraken might be running on
Expand Down

0 comments on commit 570631e

Please sign in to comment.