Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steinbac
hidra
Commits
6023fd34
Commit
6023fd34
authored
May 10, 2016
by
Manuela Kuhn
Browse files
Merge branch 'hotfix-2.1.4' into develop
parents
6d8e20c6
8db4b5b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
APIs/dataTransferAPI.py
View file @
6023fd34
# API to communicate with a data transfer unit
__version__
=
'2.1.
3
'
__version__
=
'2.1.
4
'
import
zmq
import
socket
...
...
src/sender/dataFetchers/getFromFile.py
View file @
6023fd34
...
...
@@ -100,10 +100,11 @@ def sendData (log, targets, sourceFile, targetFile, metadata, openConnections, c
prop
[
"removeFlag"
]
=
True
return
chunkSize
=
metadata
[
"chunkSize"
]
prop
[
"removeFlag"
]
=
False
chunkSize
=
metadata
[
"chunkSize"
]
chunkNumber
=
0
sendError
=
False
chunkNumber
=
0
sendError
=
False
#reading source file into memory
try
:
...
...
src/shared/version.py
View file @
6023fd34
__version__
=
'2.1.
3
'
__version__
=
'2.1.
4
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment