File tree 1 file changed +1
-2
lines changed
datalad_next/shell/operations
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ def upload(
57
57
The requirements for upload are:
58
58
- The connected shell must be a POSIX shell.
59
59
- ``head`` must be installed in the remote shell.
60
- - ``cat`` must be installed in the remote shell.
61
60
62
61
Parameters
63
62
----------
@@ -114,7 +113,7 @@ def signaling_read(
114
113
with local_path .open ("rb" ) as local_file :
115
114
# We use the `signaling_read` iterator to deal with the situation where
116
115
# the content of a file that should be uploaded is completely read and
117
- # uploaded, but the final EOF-triggering `read()` call has not yet been
116
+ # uploaded, but the final, EOF-triggering, `read()` call has not yet been
118
117
# made. In this case it can happen that the server provides an answer,
119
118
# and we leave the context, thereby closing the file. When the
120
119
# `iterable_subprocess.<locals>.input_to`-thread then tries to read
You can’t perform that action at this time.
0 commit comments