in k8s/cmds.py [0:0]
def set_cwd(self, path: str): if os.path.isabs(path): self.cwd = path else: self.cwd = os.path.join(self.cwd, path)