Another test - maybe a fix

This commit is contained in:
Matthias Koefferlein 2020-09-09 23:36:26 +02:00
parent db7e440a8b
commit 14e5603499
1 changed files with 0 additions and 1 deletions

View File

@ -336,7 +336,6 @@ class Config(object):
rm = re.search(r"KLAYOUT_PYPI_VERSION\s*=\s*\"(.*?)\".*", version_txt)
if rm:
version_string = rm.group(1)
print("KLAYOUT_PYPI_VERSION = " + version_string)
return version_string
raise RuntimeError("Unable to obtain version string from version.sh")