Explorar o código

minor typo fix

Dimitri Korsch %!s(int64=3) %!d(string=hai) anos
pai
achega
5df212afd3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cvdatasets/annotation/types/__init__.py

+ 1 - 1
cvdatasets/annotation/types/__init__.py

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