From 6e5e9dfeb7c3abc6fa2dd2ebb8676dfa42ac314e Mon Sep 17 00:00:00 2001 From: Vincent <vincent.pollet@idiap.ch> Date: Thu, 17 Jun 2021 14:05:18 +0200 Subject: [PATCH] Black release file --- bob/devtools/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/devtools/release.py b/bob/devtools/release.py index ca153083..a24d4ee1 100644 --- a/bob/devtools/release.py +++ b/bob/devtools/release.py @@ -138,7 +138,7 @@ def get_latest_tag_name(gitpkg): for tag in latest_tags if StrictVersion.version_re.match(tag.name[1:]) ] - if not tag_names: # no tags wee found. + if not tag_names: # no tags wee found. return None # sort them correctly according to each subversion number tag_names.sort(key=StrictVersion) -- GitLab