Update processor.py
Browse files- processor.py +1 -1
processor.py
CHANGED
|
@@ -179,7 +179,7 @@ class DatasetCommandCenter:
|
|
| 179 |
# 2. CORE EXTRACTION LOGIC
|
| 180 |
# ==========================================
|
| 181 |
|
| 182 |
-
def _get_value_by_path(self, obj, path):
|
| 183 |
"""
|
| 184 |
Retrieves value. PRIORITY: Direct Key Access (Fastest).
|
| 185 |
"""
|
|
|
|
| 179 |
# 2. CORE EXTRACTION LOGIC
|
| 180 |
# ==========================================
|
| 181 |
|
| 182 |
+
def _get_value_by_path(self, obj, path):
|
| 183 |
"""
|
| 184 |
Retrieves value. PRIORITY: Direct Key Access (Fastest).
|
| 185 |
"""
|