Pitmairen / bryton-gps-linux

An attempt to read Bryton GPS devices on Linux
GNU General Public License v3.0
29 stars 14 forks source link

Error by running --list-history #17

Open jeremybrockman opened 11 years ago

jeremybrockman commented 11 years ago

For a Rider 20

sudo python brytongps.py --device /dev/disk/by-id/usb-BRYTON_MASS_STORAGE_000000000001-0:0 --list-history

This give the following error.

Traceback (most recent call last): File "brytongps.py", line 454, in sys.exit(main()) File "brytongps.py", line 355, in main print_history(history, args.storage) File "brytongps.py", line 107, in print_history print_msg(format(i, '2d'), ':', t.name) TypeError: print_msg() takes exactly 1 argument (3 given)

Pitmairen commented 11 years ago

It should be working now. It was just a stupid bug from my last update.

jeremybrockman commented 11 years ago

Thanks for the fix. It worked