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

missing 1 required positional argument: 'asset' #125

Open
splix opened this issue Jul 7, 2024 · 1 comment
Open

missing 1 required positional argument: 'asset' #125

splix opened this issue Jul 7, 2024 · 1 comment

Comments

@splix
Copy link

splix commented Jul 7, 2024

Previously I had the following in data.ini:

[in_header]
timestamp = 0
asset = 1
exchange = 2
...

But new dali (v0.6.10) stopped to provide column Asset, so I've change the config to just:

[in_header]
timestamp = 0
exchange = 1
...

Unfortunately rp2 (v1.7.1) doesn't like that and fails with:

TypeError: InTransaction.__init__() missing 1 required positional argument: 'asset'
@eprbell
Copy link
Owner

eprbell commented Jul 8, 2024

Could you provide precise repro instructions?

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

No branches or pull requests

2 participants