File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -565,9 +565,9 @@ def _get_snx_vector(
565565 "Indices are likely inconsistent between ESTIMATE and APRIORI in the EMR AC files hence files might be parsed incorrectly"
566566 )
567567
568- _logging .info (f"Passing stypes through SType validator: { stypes } " )
568+ _logging .info (f"Passing stypes through SType validator: { stypes } . Input path if available: { path } " )
569569 stypes = _get_valid_stypes (stypes ) # EST is always first as APR may have skips
570- _logging .info (f"STypes after validator: { stypes } " )
570+ _logging .info (f"STypes after validator: { stypes } . Input path if available: { path } " )
571571
572572 extracted = _snx_extract (snx_bytes = snx_bytes , stypes = stypes , obj_type = "VECTOR" , verbose = verbose )
573573 if extracted is None :
You can’t perform that action at this time.
0 commit comments