skyplane-project / skyplane

🔥 Blazing fast bulk data transfers between any cloud 🔥
https://skyplane.org
Apache License 2.0
999 stars 58 forks source link

[Fix] #907 #908 #911

Open killerdbob opened 1 year ago

killerdbob commented 1 year ago

Fix bug #907 #908

sarahwooders commented 1 year ago

Could you please make sure the formatting checks pass? You can check them with:

poetry run black . --line-length=140 && poetry run pytype . --config .pytype.cfg -j 16
killerdbob commented 1 year ago

Hi Sarah, I add try and catch to the receiver and the sender. However, I can't test.

Could you please make sure the formatting checks pass? You can check them with: