flatpak / flat-manager

Manager for flatpak repositories
Apache License 2.0
178 stars 43 forks source link

client: Escape backslashes in strings #127

Closed davidmhewitt closed 5 months ago

davidmhewitt commented 5 months ago

Fixes these warnings in the output:

 /usr/bin/flat-manager-client:423: SyntaxWarning: invalid escape sequence '\ '
  print("\ Job completed successfully")
/usr/bin/flat-manager-client:425: SyntaxWarning: invalid escape sequence '\ '
  print("\ Job failed")
/usr/bin/flat-manager-client:500: SyntaxWarning: invalid escape sequence '\ '
  print("\ Check {} has failed".format(check["check_name"]))