KBNLresearch / iromlab

Loader software for automated imaging of optical media with Nimbie disc robot
Apache License 2.0
31 stars 5 forks source link

Trailing colon in value of IsoBuster /d parameter #111

Open bitsgalore opened 4 months ago

bitsgalore commented 4 months ago

Currently IsoBuster call looks like this:

    args.append("".join(["/d:", config.cdDriveLetter, ":"]))

But IsoBuster docs don't mention the trailing ":", so probably best to get rid of it in future versions!