Skip to content
Snippets Groups Projects
Commit a3b4498a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm unused return statement

parent c015741c
No related branches found
No related tags found
1 merge request!1699Provide infrastructure and convert examples for configuring Python example scripts using embedded Ruby (#554)
......@@ -20,8 +20,7 @@ endforeach()
add_custom_target(excopy
COMMAND ${CMAKE_COMMAND} -E copy_directory ${EXAMPLES_PUBL_DIR}
${CMAKE_SOURCE_DIR}/hugo/static/py/auto/Examples
)
${CMAKE_SOURCE_DIR}/hugo/static/py/auto/Examples)
####################################################################################################
# Test functions
......
......@@ -442,8 +442,6 @@ or by variable under your own control.
else:
do_show = not plotargs.pop('show', 'y') in ['n']
return plotargs, simargs
def show_or_export():
if figfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment