Skip to content

Commit a5474c2

Browse files
committed
fix(ty): Cannot reuse outer quote character in f-strings on Python 3.11
1 parent 042c184 commit a5474c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

suap/projects/cargo/building.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def build_cargo_project(toolchain_name: str, cargo_crate_name: str) -> bool:
3535
default_env["RUSTFLAGS"] = "-Awarnings" # hides warnings in console
3636

3737
logger.warning(
38-
f"RUSTFLAGS are not inherited! 'RUSTFLAGS' will contain -> '{default_env["RUSTFLAGS"]}'."
38+
f"RUSTFLAGS are not inherited! 'RUSTFLAGS' will contain -> '{default_env['RUSTFLAGS']}'."
3939
)
4040

4141
check_call(

0 commit comments

Comments
 (0)