Skip to content
Snippets Groups Projects
Commit 95fe7a01 authored by Manuela Kuhn's avatar Manuela Kuhn
Browse files

Changed received data from list string

parent d37a5579
No related branches found
No related tags found
No related merge requests found
...@@ -388,7 +388,7 @@ class dataTransfer(): ...@@ -388,7 +388,7 @@ class dataTransfer():
#TODO validate multipartMessage (like correct dict-values for metadata) #TODO validate multipartMessage (like correct dict-values for metadata)
try: try:
payload = multipartMessage[1:] payload = multipartMessage[1]
except: except:
self.log.warning("An empty file was received within the multipart-message", exc_info=True) self.log.warning("An empty file was received within the multipart-message", exc_info=True)
payload = None payload = None
......
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