We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
It should be working now. It was just a stupid bug from my last update.
Sorry, something went wrong.
Thanks for the fix. It worked
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: