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

propagate return code of python

parent 635e9942
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