diff --git a/samples/client/petstore/python/PythonPetstoreCodegen.scala b/samples/client/petstore/python/PythonPetstoreCodegen.scala index f5d14174bf0..6d08e88e861 100644 --- a/samples/client/petstore/python/PythonPetstoreCodegen.scala +++ b/samples/client/petstore/python/PythonPetstoreCodegen.scala @@ -7,7 +7,7 @@ import java.io.File object PythonPetstoreCodegen extends BasicPythonGenerator { def main(args: Array[String]) = generateClient(args) - override def destinationDir = "samples/petstore/python" + override def destinationDir = "samples/client/petstore/python" override def supportingFiles = List( ("__init__.mustache", destinationDir, "__init__.py"),