MarkAusten / TDHelper

GUI for Trade Dangerous and EDDBlink
MIT License
7 stars 4 forks source link

TDH2 passing incorrect options. #47

Closed eyeonus closed 5 years ago

eyeonus commented 5 years ago

image

Command line: -u "...\trade.py" import -P eddblink -O upgrade,skipvend,ship,,clean,progbar
PLUGIN ERROR: Unknown plugin option: ''.

Valid options for this plugin:
  all, clean, fallback, force, item, listings, progbar, ship, shipvend, skipvend, solo, station, system, upgrade, upvend.

Use '--opt=help' for details.

With those values selected, the options should be '-O clean,skipvend,progbar' Whatever is supposed to remove (I'm guessing) 'upgrade' and 'ship' isn't doing it, and something else is leaving behind an extra comma when it's removed.

MarkAusten commented 5 years ago

Fixed in v2.1.0.2.