Bugfix: remove check of wl_bins

This commit is contained in:
Lukas Klass 2020-06-08 11:35:34 +02:00
parent 780e4211f0
commit 13372c493e
1 changed files with 0 additions and 3 deletions

View File

@ -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"])