Open
Description
Perhaps try something like this:
process = Popen( "/bin/bash", shell=False, universal_newlines=True, stdin=PIPE, stdout=PIPE, stderr=PIPE )
out, err = process.communicate( commands )
if err and len(err) > 0:
- raise Exception(err)
or test
if not ds_id or ds_id == '' and err and len(err) > 0
Metadata
Metadata
Assignees
Labels
No labels