alexeynl
alexeynl
> The simple answer is to wrap it in a script that does `real-command || true`. Yes i understand but i want also to see by git-sync log that command...
> Can you explain to me what is happening that it's OK to fail but not so OK > that you want to bury it? > […](#) In my case...
I have encounter with the same issue using vector validate in python script. Sample to reproduce: ``` import subprocess cmd = ["/usr/bin/vector", "--color=never", "validate", "-C", "/tmp/configs/vector/**"] #cmd = ["ls", "--color=none"]...