ResearchObject / ro-crate-py

Python library for RO-Crate
https://pypi.org/project/rocrate/
Apache License 2.0
46 stars 23 forks source link

Delete trailing whitespace in the readme file #176

Closed simleo closed 6 months ago

simleo commented 6 months ago

This PR contains minimal changes. Its main purpose is actually to see if the socket.gaierror reported on the Mac instances in #173 is actually unrelated to code changes.

simleo commented 6 months ago

The failing test is test_ftp_uri. The error is triggered by this line:

https://github.com/ResearchObject/ro-crate-py/blob/0b375c77995cdaa4a682e4c5ef407900123ff380/rocrate/model/file.py#L50

Leading to:

socket.gaierror: [Errno 8] nodename nor servname provided, or not known

The test used to pass, so GitHub has probably recently changed the OS of its Mac instances to a version where FTP opening is somehow broken.