master of comparison failed
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build was killed Details

This commit is contained in:
Tobias Brunner 2021-07-13 20:00:41 +02:00
parent ad57bb9f9f
commit 15b46d19c6
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ def main():
# Attach scan in Lodur if f_id is available
# f_id can be empty when scan was misconfigured
if f_id != None or len(f_id) < 8:
if f_id != None and len(f_id) > 8:
lodur_id = webdav_client.get_lodur_data(f_id)["event_id"]
# Retrieve Lodur data again and store it in Webdav
lodur_data = lodur_client.retrieve_form_data(lodur_id)

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pylokid"
version = "3.1.3"
version = "3.1.4"
description = ""
authors = ["Tobias Brunner <tobias@tobru.ch>"]
license = "MIT"