datalad / datalad-ria

Adds functionality for RIA stores to DataLad
http://datalad.org
Other
0 stars 1 forks source link

Change the "endmarker" logic of the `SSHRemoteIO` shell #90

Closed mih closed 9 months ago

mih commented 9 months ago

The previous implementation did not make sure that an endmarker (that is expected to occur on a dedicated line) could be dedicated. This was because a command whose output did not end with a newline would leave residual content that prevented this detection.

This changeset modifies the nature of the endmarker such that a newline is unconditionally present.

Closes #86 Closes #87