From 61ba1cf084f88489009097b0caf6ded09b702c5b Mon Sep 17 00:00:00 2001 From: jochenstahn Date: Tue, 20 Jan 2026 14:01:04 +0100 Subject: [PATCH] output name checking for default rather than string in code --- eos/reduction_reflectivity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/reduction_reflectivity.py b/eos/reduction_reflectivity.py index 765072b..16d1884 100644 --- a/eos/reduction_reflectivity.py +++ b/eos/reduction_reflectivity.py @@ -104,7 +104,7 @@ class ReflectivityReduction: self.read_file_block(i, short_notation) # output - if self.config.output.outputName == 'fromEOS': + if self.config.output.is_default('outputName'): import datetime _date = datetime.datetime.now().replace(microsecond=0).isoformat() if self.header.sample.name: