Source: weresync Version: 1.1.5-2 User: debian-pyt...@lists.debian.org Usertags: syntaxwarning
Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/w/weresync.html Setting up python3 (3.12.6-1) ... /usr/share/weresync/weresync/daemon/copier.py:295: SyntaxWarning: "is not" with 'str' literal. Did you mean "!="? if lvm_source is not "": /usr/share/weresync/weresync/daemon/copier.py:306: SyntaxWarning: "is" with 'tuple' literal. Did you mean "=="? if mount_points is ("", "") or len( /usr/share/weresync/weresync/plugins/__init__.py:15: SyntaxWarning: invalid escape sequence '\.' """This package contains code for bootloader plugins. /usr/share/weresync/weresync/plugins/__init__.py:154: SyntaxWarning: invalid escape sequence '\_' """An interface class for bootloader plugins. Plugins implementing this class /usr/share/weresync/weresync/plugins/__init__.py:230: SyntaxWarning: invalid escape sequence '\.' regex_analyzer = PluginFileAnalyzerMathingRegex("regex", "^weresync_.*\.py$")