From 13372c493e666178a5263cc315cf88e624b827b0 Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Mon, 8 Jun 2020 11:35:34 +0200 Subject: [PATCH] Bugfix: remove check of wl_bins --- esbo_etc/classes/target/FileTarget.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/esbo_etc/classes/target/FileTarget.py b/esbo_etc/classes/target/FileTarget.py index 90f8c26..9d11783 100644 --- a/esbo_etc/classes/target/FileTarget.py +++ b/esbo_etc/classes/target/FileTarget.py @@ -48,9 +48,6 @@ class FileTarget(ATarget): The error message of the check. This will be None if the check was successful. """ mes = conf.check_file("file") - if mes is not None: - return mes - mes = conf.check_quantity("wl_bins", u.m) if mes is not None: return mes mes = conf.check_selection("size", ["point", "extended"])