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 32d25e5 commit a668ccbCopy full SHA for a668ccb
earthaccess/api.py
@@ -563,7 +563,7 @@ def in_us_west_2() -> str:
563
return "You are running in AWS region 'us-west-2'"
564
else:
565
raise ValueError(
566
- "Your instance is not running inside the"
567
- " AWS us-west-2 region."
568
- " You will not be able to directly access NASA Earthdata S3 buckets."
569
- )
+ "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