Python is wrongly evaluating a string from subprocess output?

前端 未结 0 1849
故里飘歌
故里飘歌 2020-12-15 05:05

I have a function which checks just returns true or false based on a variable ctx.

def isContextFCP():
    ctx = getKubernetesContext()
    print(ctx)
    pri         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题