Code:
[b]
v6.13.1 Mar 06 2015
. (kfsone) "shipvendor" command:
- Default action is now to list ships at given station, e.g.
trade.py shipvendor galileo
- Added "--name-sort" (--name) to sort list by ship name,
. (kfsone) Fixed some problems with maddavo's import,
. (kfsone) Added "WARNING" level events (use -qq to disable),
. (kfsone) Fixed #195 "local" ValueError when no stations listed,
+ Dry411S: ShipVendors
[/b]
- - - - - Additional Content Posted / Auto Merge - - - - -
Just tried a reload of data..
trade.py import --plug maddavo --opt stations --opt systems
got
NOTE: WUONANIE/Picacio Station (#12772) updated in local db: mkt('?'=>'Y')
NOTE: XI-2 CAPRICORNI/Bouch Terminal (#13458) added to local db: ls=0, mkt=Y, bm=?, yard=?, pad=?, mod=2015-03-06 09:38:00
Traceback (most recent call last):
File "E:\trade\trade.py", line 102, in <module>
main(sys.argv)
File "E:\trade\trade.py", line 76, in main
results = cmdenv.run(tdb)
File "E:\trade\commands\commandenv.py", line 80, in run
return self._cmd.run(results, self, tdb)
File "E:\trade\commands\import_cmd.py", line 101, in run
if not plugin.run():
File "E:\trade\plugins\maddavo_plug.py", line 461, in run
self.import_stations()
File "E:\trade\plugins\maddavo_plug.py", line 288, in import_stations
lsFromStar = int(values[2])
ValueError: invalid literal for int() with base 10: '11.5'
So yup, something is bugged....
Nope, is now fixed....
Yeah - see my post above yours, I'd fixed it a half hour earlier