Skip to content

Commit 9d4ae1a

Browse files
fix information in comments
1 parent 028e752 commit 9d4ae1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datalad_next/shell/operations/posix.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def upload(
5757
The requirements for upload are:
5858
- The connected shell must be a POSIX shell.
5959
- ``head`` must be installed in the remote shell.
60-
- ``cat`` must be installed in the remote shell.
6160
6261
Parameters
6362
----------
@@ -114,7 +113,7 @@ def signaling_read(
114113
with local_path.open("rb") as local_file:
115114
# We use the `signaling_read` iterator to deal with the situation where
116115
# 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
118117
# made. In this case it can happen that the server provides an answer,
119118
# and we leave the context, thereby closing the file. When the
120119
# `iterable_subprocess.<locals>.input_to`-thread then tries to read

0 commit comments

Comments
 (0)