Explorar o código

fix DeprecationWarning: invalid escape sequence \-

Fabian Peter Hammerle %!s(int64=6) %!d(string=hai) anos
pai
achega
2fc7672ff9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rc.xsh

+ 1 - 1
rc.xsh

@@ -90,7 +90,7 @@ $TERMCMD = os.path.join(os.path.dirname(__file__), 'ranger-termite-termcmd')
 $DOCKER_CONTENT_TRUST = 1
 $PASSWORD_STORE_UMASK = '027'
 $PASSWORD_STORE_CHARACTER_SET_NO_SYMBOLS = '1-9a-km-zA-HJKLMNPR-Z'
-$PASSWORD_STORE_CHARACTER_SET = $PASSWORD_STORE_CHARACTER_SET_NO_SYMBOLS + '*+!&#@%.\-_'
+$PASSWORD_STORE_CHARACTER_SET = $PASSWORD_STORE_CHARACTER_SET_NO_SYMBOLS + r'*+!&#@%.\-_'
 
 @contextlib.contextmanager
 def chdir(path):