Bugfix: remove check of wl_bins
This commit is contained in:
parent
780e4211f0
commit
13372c493e
@ -48,9 +48,6 @@ class FileTarget(ATarget):
|
|||||||
The error message of the check. This will be None if the check was successful.
|
The error message of the check. This will be None if the check was successful.
|
||||||
"""
|
"""
|
||||||
mes = conf.check_file("file")
|
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:
|
if mes is not None:
|
||||||
return mes
|
return mes
|
||||||
mes = conf.check_selection("size", ["point", "extended"])
|
mes = conf.check_selection("size", ["point", "extended"])
|
||||||
|
Loading…
Reference in New Issue
Block a user