Skip to content
New issue

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

Error when running ql with no .qlrc file. #11

Closed
robotmachine opened this issue Nov 26, 2014 · 0 comments
Closed

Error when running ql with no .qlrc file. #11

robotmachine opened this issue Nov 26, 2014 · 0 comments
Assignees
Labels

Comments

@robotmachine
Copy link
Owner

~ [brian@box]% ql

Looks like your default ledger file is
/home/brian/Sync/Ledger/Ledger.dat

Use this file for ql? [y/n] y
Traceback (most recent call last):
File "/home/brian/.bin/ql", line 161, in
main()
File "/home/brian/.bin/ql", line 40, in main
read_config(ledger_file=args.ledger_file, account=args.account, nick=args.nickname)
File "/home/brian/.bin/ql", line 77, in read_config
set_config(account)
File "/home/brian/.bin/ql", line 116, in set_config
read_config(led_file, account)
TypeError: read_config() missing 1 required positional argument: 'nick'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant