read_write mode before check mandatory variables
This commit is contained in:
parent
9ca4820027
commit
c5d67cfd61
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ class RougailOutputExporter:
|
||||||
self.errors.append(f' - {option.description()}')
|
self.errors.append(f' - {option.description()}')
|
||||||
|
|
||||||
def exporter(self) -> bool:
|
def exporter(self) -> bool:
|
||||||
|
self.conf.property.read_write()
|
||||||
self.mandatory()
|
self.mandatory()
|
||||||
if self.read_write:
|
if self.read_write:
|
||||||
self.conf.property.read_write()
|
self.conf.property.read_write()
|
||||||
|
|
Loading…
Reference in a new issue