Skip to content

SyntaxError: unterminated string literal #366

Description

@sim642
$ python eduroam-linux-Tartu_Ulikool\(2\).py 
  File "/home/simmo/Downloads/eduroam-linux-Tartu_Ulikool(2).py", line 1292
    "dbus-python! 
    ^
SyntaxError: unterminated string literal (detected at line 1292)

The problem in the script is here:

Messages.save_wpa_conf = "DBus moodulit ei leitud - palun paigalda " \
    "dbus-python! 
NetworkManageri seadistamine ei õnnestunud, kuid saame " \
    "luua wpa_supplicant seadistusfaili, kui sooviD. Hoiatus! Su parool " \
    "salvestatakse sellesse faili lahtise tekstina."

I don't know how the translation files are converted to the Python script, but it's inserting newlines incorrectly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions