summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-05-17 15:45:46 +0000
committerGerrit Code Review <review@openstack.org>2018-05-17 15:45:46 +0000
commit2b512193766b22e20b789daca0192530b1501f6c (patch)
tree58f87f6a633d72644ac449e6835c41f0ad81eb6b
parente93f40cd1cb9d49464b2a60fa0287e806892456c (diff)
parent17160b515a98ac8463e24e0a540e0868b155c490 (diff)
downloadtaskflow-2b512193766b22e20b789daca0192530b1501f6c.tar.gz
Merge "Trivial: update pypi url to new url"
-rw-r--r--taskflow/types/failure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/types/failure.py b/taskflow/types/failure.py
index ccdcea0..31c30ce 100644
--- a/taskflow/types/failure.py
+++ b/taskflow/types/failure.py
@@ -121,7 +121,7 @@ class Failure(mixins.StrMixin):
side-effects that the receiver would not have intended to have caused).
TODO(harlowja): use parts of http://bugs.python.org/issue17911 and the
- backport at https://pypi.python.org/pypi/traceback2/ to (hopefully)
+ backport at https://pypi.org/project/traceback2/ to (hopefully)
simplify the methods and contents of this object...
"""
DICT_VERSION = 1