DigitalShoestringSolutions / JobTracking

GNU General Public License v3.0
0 stars 0 forks source link

Improve Logging when scanner not found to include platform details #15

Closed Greg-Hawkridge closed 5 days ago

tobyaharris commented 1 month ago

Can the logical tests on platform be next to each other?

It was already there but why test if match & othertests before setting match to false? Match is only ever set as a bool, if match is already false it doesn't matter if it enters this condition.