add_missing_extenstion property

add_missing_extenstion property

Gets or sets flag to automatically add extension when it was missing in output file path Default value is false.

Definition:

@property
def add_missing_extenstion(self):
    ...
@add_missing_extenstion.setter
def add_missing_extenstion(self, value):
    ...

See Also