Skip to content

Conversation

cipher-shad0w
Copy link
Contributor

  • Replace problematic f-string with backslash escapes
  • Use string concatenation instead of f-string for quote stripping
  • Improve code readability and maintainability
  • Fix line 290 syntax issue that prevented proper parsing

The f-string expression part cannot include backslashes, so now
the more straightforward approach with string concatenation and rstrip()
to handle both single and double quotes is used.

- Replace problematic f-string with backslash escapes
- Use string concatenation instead of f-string for quote stripping
- Improve code readability and maintainability
- Fix line 290 syntax issue that prevented proper parsing

The f-string expression part cannot include backslashes, so now
the more straightforward approach with string concatenation and rstrip()
to handle both single and double quotes is used.
@yozachar
Copy link
Collaborator

Non issue.

@yozachar yozachar closed this Aug 17, 2025
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.

2 participants