Sie sind nicht angemeldet.

Douglas Rhiner

Fortgeschrittener

  • »Douglas Rhiner« ist der Autor dieses Themas

Beiträge: 141

Wohnort: San Anselmo, CA

Beruf: Code-Slave

  • Nachricht senden

1

Freitag, 8. August 2014, 20:37

ktransform return/exit message

I’m using ktransform in a Python script on my server. I need to know when the “transformation” is complete. Does ktransform return any form of exit code that Python would recognize?
I found a brief reference to something like this from the release notes of 1.0.6:

ktransform 1.1
Changed: return/exit codes changed: 0=ok, 1=error (unix standard)

Also, in the ktransform tool documentation there is a reference in “options”:
-q / -quiet ... suppress output messages

Any help would be greatly appreciated!