Selaa lähdekoodia

removed an unused comment

Dimitri Korsch 5 vuotta sitten
vanhempi
commit
8159d4e6c9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      scripts/utils/parser.py

+ 1 - 1
scripts/utils/parser.py

@@ -5,7 +5,7 @@ from cvdatasets.annotations import AnnotationType
 
 from cvdatasets.utils import read_info_file
 
-DEFAULT_INFO_FILE=os.environ.get("DATA")#"/home/korsch/Data/info.yml"
+DEFAULT_INFO_FILE=os.environ.get("DATA")
 
 
 def parse_args():