Closed
Description
During an apt-get install manuskript, the following three python files threw errors.
Thank you for all you do! Excellent software!
snip...
Setting up manuskript (0.10.0-1) ...
/usr/share/manuskript/manuskript/exporter/pandoc/abstractPlainText.py:78: SyntaxWarning: "is" with a literal. Did you mean "=="?
if self.formats is "":
/usr/share/manuskript/manuskript/importer/opmlImporter.py:124: SyntaxWarning: "is" with a literal. Did you mean "=="?
return len(s) is 0
/usr/share/manuskript/manuskript/main.py:104: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if platform.system() is not 'Windows':
System
- Description: Linux Mint 20.3
- Release: 20.3
- Codename: una
- Linux zfoo 5.15.0-56-generic Locale Warning #62~20.04.1-Ubuntu SMP Tue Nov 22 21:24:20 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Activity