We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a25d7 commit 4c8837dCopy full SHA for 4c8837d
earthaccess/api.py
@@ -374,7 +374,7 @@ def in_us_west_2() -> str:
374
return "You are running in AWS region 'us-west-2'"
375
else:
376
raise ValueError(
377
- "Your instance is not running inside the"
378
- " AWS us-west-2 region."
379
- " You will not be able to directly access NASA Earthdata S3 buckets."
380
- )
+ "Your instance is not running inside the"
+ " AWS us-west-2 region."
+ " You will not be able to directly access NASA Earthdata S3 buckets."
+ )
0 commit comments