Skip to content

Commit f678609

Browse files
committed
NPI-3973 try to add input file path to SType troubleshooting logs
1 parent 22a0946 commit f678609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnssanalysis/gn_io/sinex.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)