|
@@ -25,7 +25,7 @@ class AnnotationType(BaseChoiceType):
|
|
|
|
|
|
else:
|
|
|
assert opts.dataset in info_file.DATASETS, \
|
|
|
- f"No information was found about the dataset \"{opts.dataset}\" in the info file \"{args.data}\""
|
|
|
+ f"No information was found about the dataset \"{opts.dataset}\" in the info file \"{opts.data}\""
|
|
|
annot = cls[ds_info.annotation_type.lower()].value
|
|
|
|
|
|
return annot.new(opts, ds_info=ds_info, **kwargs)
|