Skip to content
Snippets Groups Projects
Commit 77bcd836 authored by Bert Palm's avatar Bert Palm :bug:
Browse files

HOTFIX - missing thing.properties

parent 96c0cc77
No related branches found
No related tags found
No related merge requests found
Pipeline #498646 canceled
......@@ -566,12 +566,12 @@ class Thing(Base, FromNameMixin, FromUUIDMixin):
# thing.Thing interface
# uuid, name, project, description are already defined above
# Note that thing.properties is not supported, because
# we don't use/need it anymore
database: Database = _prop(lambda self: self.project.database)
raw_data_storage = s3_store
external_sftp = ext_sftp
external_api = ext_api
# Note that thing.properties is not supported anymore
properties = None
@classmethod
def from_s3_bucket_name(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment