kellyjonbrazil / jc

CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
MIT License
7.82k stars 202 forks source link

[Fix issue #558] Add a condition check before subvendor dict creation #559

Closed ssiuhk closed 5 months ago

ssiuhk commented 5 months ago
kellyjonbrazil commented 5 months ago

Tests are failing, as expected. I'll pull this down locally and check to see if this works for the existing test cases.

kellyjonbrazil commented 5 months ago

Looks good! I'll merge this when I start working on the next release. Thanks!

ssiuhk commented 5 months ago

Great! Thank you!

Looks good! I'll merge this when I start working on the next release. Thanks!