You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
Issue: Asking a compound question whose result sets contain fields with the same name causes the result from one to overwrite the other.
To reproduce: using pytan.Handler, ask "GET
Running Service Short Name containing "CryptSvc"
and
Running Service Short Name containing "Audiosrv"
FROM all machines" and export as CSV
Expected result: A CSV that looks like
Count,Running Service Short Name,Running Service Short Name,
4,CryptSvc,[no results]
7.CryptSvc,Audiosrv
Actual Result:
Count,Running Service Short Name,Running Service Short Name,
4,CryptSvc,CryptSvc
7.CryptSvc,CryptSvc
The text was updated successfully, but these errors were encountered:
Issue: Asking a compound question whose result sets contain fields with the same name causes the result from one to overwrite the other.
To reproduce: using pytan.Handler, ask "GET
Running Service Short Name containing "CryptSvc"
and
Running Service Short Name containing "Audiosrv"
FROM all machines" and export as CSV
Expected result: A CSV that looks like
Count,Running Service Short Name,Running Service Short Name,
4,CryptSvc,[no results]
7.CryptSvc,Audiosrv
Actual Result:
Count,Running Service Short Name,Running Service Short Name,
4,CryptSvc,CryptSvc
7.CryptSvc,CryptSvc
The text was updated successfully, but these errors were encountered: