Source: fenrir
Version: 1.9.8-2
User: [email protected]
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/f/fenrir.html


  Setting up fenrir (1.9.8-2) ...
  
/usr/lib/python3/dist-packages/fenrirscreenreader/commands/commands/add_word_to_spell_check.py:44:
SyntaxWarning: invalid escape sequence '\('
    currWord = currWord.strip(string.whitespace +
'!"#$%&\()*+,-./:;<=§>?@[\\]^_{|}~')
  
/usr/lib/python3/dist-packages/fenrirscreenreader/commands/commands/remove_word_from_spell_check.py:47:
SyntaxWarning: invalid escape sequence '\('
    currWord = currWord.strip(string.whitespace +
'!"#$%&\()*+,-./:;<=§>?@[\\]^_{|}~')
  /usr/lib/python3/dist-packages/fenrirscreenreader/core/settingsManager.py:425:
SyntaxWarning: invalid escape sequence '\/'
    
environment['runtime']['debug'].writeDebugOut('\/-------environment-------\/',debug.debugLevel.INFO,
onAnyLevel=True)
  /usr/lib/python3/dist-packages/fenrirscreenreader/core/settingsManager.py:427:
SyntaxWarning: invalid escape sequence '\/'
    
environment['runtime']['debug'].writeDebugOut('\/-------settings.conf-------\/',
debug.debugLevel.INFO, onAnyLevel=True)
  /usr/lib/python3/dist-packages/fenrirscreenreader/core/settingsManager.py:429:
SyntaxWarning: invalid escape sequence '\/'
    
environment['runtime']['debug'].writeDebugOut('\/-------self.settingArgDict-------\/',debug.debugLevel.INFO,
onAnyLevel=True)
  W: py3compile:289: No such file or directory: /usr/share/fenrir

Reply via email to