[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#954732: hplip: SyntaxWarning: "is" / "is not" with a literal



Source: hplip
Source-Version: 3.20.3+dfsg0-1
Severity: normal

Hi!

After the switch of the default python to 3.8, this is seen on
upgrades:

  ,---
  Setting up python3 (3.8.2-2) ...
  running python rtupdate hooks for python3.8...
  /usr/share/hplip/base/utils.py:2060: SyntaxWarning: "is" with a literal. Did you mean "=="? if weburl is "" or weburl is None:
  /usr/share/hplip/check-plugin.py:116: SyntaxWarning: "is" with a literal. Did you mean "=="? if log_level is 'debug':
  /usr/share/hplip/check.py:685: SyntaxWarning: "is not" with a literal. Did you mean "!="? if 'getfacl' not in g and '' is not g and 'file' not in g:
  /usr/share/hplip/installer/core_install.py:2037: SyntaxWarning: "is" with a literal. Did you mean "=="? if home_dir is "":
  /usr/share/hplip/ui5/devmgr_ext.py:15: SyntaxWarning: "is not" with a literal. Did you mean "!="? if self.latest_available_version is not "":
  /usr/share/hplip/ui5/devmgr_ext.py:37: SyntaxWarning: "is not" with a literal. Did you mean "!="? if self.latest_available_version is not "":
  running python post-rtupdate hooks for python3.8...
  `---

Thanks,
Guillem


Reply to: