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

Improve support for pre-python 3.12 f-strings. #497

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

stikonas
Copy link
Collaborator

@stikonas stikonas commented Feb 4, 2025

No description provided.

@stikonas stikonas requested a review from fosslinux February 4, 2025 22:49
rootfs.py Outdated
@@ -55,7 +55,7 @@ def create_configuration_file(args):
config.write(f"CONFIGURATOR={args.configurator}\n")
if not args.external_sources:
if args.mirrors:
config.write(f"MIRRORS=\"{" ".join(args.mirrors)}\"\n")
config.write(f'MIRRORS=\"{" ".join(args.mirrors)}\"\n')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove the escapes for the double quotes then too

@fosslinux fosslinux merged commit 1ada7a1 into fosslinux:master Feb 4, 2025
4 checks passed
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