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

SyntaxError: f-string: unmatched '[' #1942

Open
xmjiao opened this issue May 19, 2024 · 5 comments
Open

SyntaxError: f-string: unmatched '[' #1942

xmjiao opened this issue May 19, 2024 · 5 comments

Comments

@xmjiao
Copy link

xmjiao commented May 19, 2024

The following line contains a syntax error. It should use double quotes inside single quotes.

logger.debug(f'price-repair-split: Splits: {str(df['Stock Splits'][split_f].to_dict())}')

@jabir366
Copy link

Same happened to me as well

@ValueRaider
Copy link
Collaborator

Fixed in commit 7af213d

@ValueRaider
Copy link
Collaborator

Actually, I'll leave open for a bit for visibility.

Fixed in latest release.

@ValueRaider ValueRaider reopened this May 19, 2024
@ValueRaider ValueRaider pinned this issue May 19, 2024
@eric-stanley
Copy link

Tested and working fine now

@lucca-miorelli
Copy link

Thanks for fixing it quickly.

@ValueRaider ValueRaider unpinned this issue May 29, 2024
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

5 participants