diff options
author | spagno <spagno@gmail.com> | 2017-10-18 03:44:51 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2017-10-20 13:16:06 +0300 |
commit | 3680a2ad076f3f147d0d7379be7d86ffd40a5d7e (patch) | |
tree | 86fdf567294a48767c767a99a401b9450931009a /cherrypy/test/logtest.py | |
parent | bb96f61982bad5d9d0d7142c4e01428b5a6dfec3 (diff) | |
download | cherrypy-git-3680a2ad076f3f147d0d7379be7d86ffd40a5d7e.tar.gz |
Fixed UUIDv4 test
Diffstat (limited to 'cherrypy/test/logtest.py')
-rw-r--r-- | cherrypy/test/logtest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cherrypy/test/logtest.py b/cherrypy/test/logtest.py index 3e30a1b8..40d20423 100644 --- a/cherrypy/test/logtest.py +++ b/cherrypy/test/logtest.py @@ -173,7 +173,6 @@ class LogCase(object): msg = '' for lines in data: uuid_log = lines[:-1].decode('utf-8') - uuid_obj = UUID(uuid_log, version=4) try: uuid_obj = UUID(uuid_log, version=4) except: |