Skip to content
  • gompa's avatar
    Fix quotation reuse (MR 2336) · 8390a093
    gompa authored and Oliver Smith's avatar Oliver Smith committed
    Python 3.10.12 fails without this patch:
    
    File "/media/gompa/73d88639-a730-456c-a428-6d500b4020b7/pmbootstrap/pmb/parse/arguments.py", line 844 help="Alpine Linux mirror, default: " f"{default_config.mirrors["alpine"]}",
    SyntaxError: f-string: unmatched '['
    
    Related: https://peps.python.org/pep-0701/
    (Commit message written by Oliver)
    8390a093
Loading