Package: lsb-release
Version: 3.2-9
Severity: important

$ lsb_release -a
 File "/usr/bin/lsb_release", line 190
   elif release.endswith('/sid')
                               ^
SyntaxError: invalid syntax

There seems to be a typo in /usr/bin/lsb_release:
Line 190 is now:
       elif release.endswith('/sid')

Line 190 should be:
       elif release.endswith('/sid'):

I am using Debian GNU/Linux sid.











--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to