Update processor.py
Browse files- processor.py +1 -1
processor.py
CHANGED
|
@@ -40,7 +40,7 @@ class DatasetCommandCenter:
|
|
| 40 |
try:
|
| 41 |
selected = configs[0]
|
| 42 |
infos = get_dataset_infos(dataset_id, token=self.token)
|
| 43 |
-
|
| 44 |
info = None
|
| 45 |
if selected in infos:
|
| 46 |
info = infos[selected]
|
|
|
|
| 40 |
try:
|
| 41 |
selected = configs[0]
|
| 42 |
infos = get_dataset_infos(dataset_id, token=self.token)
|
| 43 |
+
print(infos)
|
| 44 |
info = None
|
| 45 |
if selected in infos:
|
| 46 |
info = infos[selected]
|