[Libre-soc-bugs] [Bug 1195] removing some f-strings and misleading log messages
    bugzilla-daemon at libre-soc.org 
    bugzilla-daemon at libre-soc.org
       
    Sat Oct 21 00:40:57 BST 2023
    
    
  
https://bugs.libre-soc.org/show_bug.cgi?id=1195
--- Comment #6 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
  77         for first_old_fname in found:
  78             found_str = " ".join(f"'{i}'" for i in found)
  79             lines = [
  80                 f"found likely old generated file: {first_old_fname!r}",
  81                 f"new location: {first_fname!r}",
  82                 ("please remove the old generated files to avoid
committing "
  83                  "them or add to:"),
  84                 ("openpower.decoder.pseudo.pywriter."
  85                  "OLD_GENERATED_FILES_EXCEPTIONS"),
  86                 "commands to remove all likely old generated files:",
  87                 f"(cd {isadir}; rm -v {found_str})",
  88             ]
-- 
You are receiving this mail because:
You are on the CC list for the bug.
    
    
More information about the libre-soc-bugs
mailing list