Fix Python 3 syntax warning (is vs ==)
authorTomáš Virtus <nechtom@gmail.com>
Mon, 3 Feb 2020 11:01:42 +0000 (12:01 +0100)
committerTomáš Virtus <nechtom@gmail.com>
Mon, 3 Feb 2020 11:43:25 +0000 (12:43 +0100)
commit25c3bf7f43e285c2a6ab997a44efd8d21a514207
tree658905b218ca97d82bd4962ae22aaca53a9102cf
parent2112d160c764597e8464c60d8d6ebabd3880c42b
Fix Python 3 syntax warning (is vs ==)

Fixes the following warning:

  ./grml2usb:1691: SyntaxWarning: "is" with a literal. Did you mean "=="?
    if mbrcode is "":
grml2usb