Skip to content

Commit

Permalink
fixup! [wip][feature] Add support for fsspec backends
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Oct 5, 2024
1 parent ebeef0c commit e2e4d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ checkURLProtocolFTP()
user='pqvFUMqbqp'
password='ioweb123GUIweb'
port=8021
python3 -m pyftpdlib --user="$user" --password="$password" --port "$port" --interface 127.0.0.1 2>/dev/null &
python3 -m pyftpdlib --user="$user" --password="$password" --port "$port" --interface 127.0.0.1 &
pid=$!
sleep 1

Expand Down

0 comments on commit e2e4d7c

Please sign in to comment.