broadfield-dev commited on
Commit
908b6b7
·
verified ·
1 Parent(s): 75b52d0

Update processor.py

Browse files
Files changed (1) hide show
  1. 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
  """