chudkins / DSF

A script to automate working with EFI's Digital StoreFront
GNU General Public License v3.0
0 stars 0 forks source link

Skip action still prints warning if product ID is empty #43

Open chudkins opened 5 years ago

chudkins commented 5 years ago

When the operation is "Skip," script shouldn't care if the product data is valid or empty. This warning probably exists because it's supposed to print "Skipping product [whatever]" but if the ID is empty it can't. The way the warning is written, it implies the product was skipped because the ID is empty, when actually it was instructed to skip.

Fix this to make more sense, ahead of #28 logging rework.