From ba14bf3ed55a298779dac70e823fc67ada2d8766 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Fri, 6 Sep 2019 19:16:47 +0200 Subject: [PATCH] Flake8 fixes --- scripts/cibuild.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cibuild.py b/scripts/cibuild.py index cb1a7f0..c66cd7c 100755 --- a/scripts/cibuild.py +++ b/scripts/cibuild.py @@ -124,6 +124,7 @@ def pypi_upload(): else: logging.warning("Can't find file for pypi..") + logger.info("Branch: {}".format(branch())) logger.info("Tag: {}".format(tag()))