python subprocess.run(['diff', path1, path2], stdout=subprocess.DEVNULL) function shows difference between two files even when there isn't any

后端 未结 0 1394
臣服心动
臣服心动 2020-12-30 01:32

I am trying to debug a python code.

Currently, I have two output files at two different paths: path1 and path2

Path2 has the following output:



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