Skip to content
Snippets Groups Projects
Commit edcf2274 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: make CreateApplication static

parent 2b3ab2d4
No related branches found
No related tags found
No related merge requests found
......@@ -914,6 +914,7 @@ public:
static Application_Pointer CreateApplication(const std::string& name);
%pythoncode
{
@staticmethod
def CreateApplication(name):
application = _otbApplication.Registry_CreateApplicationWithoutLogger(name)
if application is not None:
......
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