gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: raw string regex


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: raw string regex
Date: Wed, 22 Nov 2017 20:59:55 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 7a9b2db  raw string regex
7a9b2db is described below

commit 7a9b2dbd6221fd330ec16b5a863dbabd42e1d17e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 22 20:59:34 2017 +0100

    raw string regex
---
 talerbank/app/schemas.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/schemas.py b/talerbank/app/schemas.py
index 9e25505..fbfcca4 100644
--- a/talerbank/app/schemas.py
+++ b/talerbank/app/schemas.py
@@ -80,7 +80,7 @@ HISTORY_REQUEST_SCHEMA = {
         "auth": {"type": "string",
                  "patter": "^basic$"},
         "delta": {"type": "string",
-                  "pattern": "^([\+-])?([0-9])+$"},
+                  "pattern": r"^([\+-])?([0-9])+$"},
         "start": {"type": "string",
                   "pattern": "^([0-9]+)$",
                   "required": False},

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]