Skip to content
Snippets Groups Projects
Commit b06cc5a1 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

Merge remote-tracking branch 'origin/fix_python_test' into develop

parents 800a787f 743a9dcc
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,11 @@
def test(otb, argv):
app = otb.Registry.CreateApplication('BandMath')
imagelist = argv[2:-1]
app.SetParameterStringList("il", imagelist, True)
app.SetParameterString("inxml", argv[1])
app.UpdateParameters()
imagelist = argv[2:-1]
app.SetParameterStringList("il", imagelist, True)
app.SetParameterString("out" , argv[-1])
app.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