From c5d67cfd616919c8181f3ad171485c86ca1aab83 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 6 Aug 2024 14:34:53 +0200 Subject: [PATCH] read_write mode before check mandatory variables --- src/rougail/output_exporter/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rougail/output_exporter/__init__.py b/src/rougail/output_exporter/__init__.py index 4d60b54..d003932 100644 --- a/src/rougail/output_exporter/__init__.py +++ b/src/rougail/output_exporter/__init__.py @@ -72,6 +72,7 @@ class RougailOutputExporter: self.errors.append(f' - {option.description()}') def exporter(self) -> bool: + self.conf.property.read_write() self.mandatory() if self.read_write: self.conf.property.read_write()