Skip to content
Snippets Groups Projects
Commit 437e9111 authored by Julien Malik's avatar Julien Malik
Browse files

BUG: report errors in Python/Bug440.py

parent fd5df3d4
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
# Import the otb applications package
import otbApplication
import sys
......@@ -15,4 +13,4 @@ Convert.SetParameterString("out", sys.argv[2])
Convert.SetParameterString("type","linear")
# The following line execute the application
Convert.ExecuteAndWriteOutput()
sys.exit(Convert.ExecuteAndWriteOutput())
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