Skip to content

Commit

Permalink
Unicode is still giving us trouble in parts of WinPE.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584035790
  • Loading branch information
jm2 authored and copybara-github committed Nov 20, 2023
1 parent e61e8c7 commit 43280dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glazier/lib/title.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _base_title() -> Optional[str]:
if getid:
base.append(getid)
if os.path.exists(seed):
base.append('USB ')
base.append('USB removal OK')

# Convert list to a string, using map() to account for nonetypes
return ' - '.join(map(str, base))
Expand Down

0 comments on commit 43280dd

Please sign in to comment.