From 2c52190ccbed4104aad2e315776c5c38264fd511 Mon Sep 17 00:00:00 2001 From: l02 Date: Fri, 13 Dec 2024 12:56:35 +0300 Subject: [PATCH] . --- frameworks/StaticData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/StaticData.py b/frameworks/StaticData.py index 63e88387..dfe573a0 100644 --- a/frameworks/StaticData.py +++ b/frameworks/StaticData.py @@ -46,4 +46,4 @@ def reports_dir(cls): @classmethod def result_dir(cls): - return config.converted_docs if config.converted_docs else join(cls.project_dir, 'result') + return config.converted_docs or join(cls.project_dir, 'result')