Skip to content

Commit eaa2754

Browse files
committed
make ruff happy
1 parent 08a5455 commit eaa2754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/warnet/k8s.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ def write_file_to_container(pod_name, container_name, dst_path, data):
353353
return True
354354
except Exception as e:
355355
print(f"Failed to copy data to {pod_name}({container_name}):{dst_path}:\n{e}")
356+
357+
356358
def get_kubeconfig_value(jsonpath):
357359
command = f"kubectl config view --minify -o jsonpath={jsonpath}"
358360
return run_command(command)

0 commit comments

Comments
 (0)