Skip to content
Snippets Groups Projects
Commit 47edc6b6 authored by Marco Biasini's avatar Marco Biasini
Browse files

propagate return code of python

parent 12f78739
Branches
Tags
No related merge requests found
......@@ -76,7 +76,9 @@ else
fi
# finally pass control to python instance
IFS="#"
exec $pyexec $interactive "$DNG_ROOT/@LIBDIR@/openstructure/init_cl.py" $opts
$pyexec $interactive "$DNG_ROOT/@LIBDIR@/openstructure/init_cl.py" $opts
RC=$?
IFS=$' \t\n'
exit $RC
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment