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

p2p_statement_parser.py: add debug for parsed value #516

Merged
merged 5 commits into from
Apr 3, 2022

Conversation

ChrisRBe
Copy link
Owner

also write debug output for the value read from the csv input file.

also write debug output for the value read from the csv input file.
@codeclimate
Copy link

codeclimate bot commented Mar 13, 2022

Code Climate has analyzed commit 75d59ae and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@ChrisRBe ChrisRBe mentioned this pull request Mar 13, 2022
ChrisRBe and others added 4 commits March 26, 2022 13:47
This change breaks current behaviour on how the transaction value output
is written to the resulting CSV file. Switching from a hard coded
replace '.' to ',' to using locale aware Decimal will break the output
generation on some systems where system locale is different from the
exptected.
For some reason on my side, portfolio performance is not able to handle
'.' decimal points.
looks like I was missing the encoding.
Install locale for de_DE.UTF-8 to pass unit tests
@ChrisRBe
Copy link
Owner Author

ChrisRBe commented Apr 3, 2022

bors merge

@bors
Copy link
Contributor

bors bot commented Apr 3, 2022

Build succeeded:

@bors bors bot merged commit 6586e95 into master Apr 3, 2022
@bors bors bot deleted the feature/debug-issue-515 branch April 3, 2022 12:02
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

Successfully merging this pull request may close these issues.

1 participant