Skip to content

Commit

Permalink
fix: align the automatic fill with default values
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Jun 30, 2024
1 parent 9c2b835 commit c7b87e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_gee/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def _create_container(asset_request: str) -> str:
# deprecation management for older version of the lib
parts = asset_request.split("::")
if len(parts) == 1:
parts.append("FOLDER")
parts.append("Folder")
warn(f"Asset {asset_request} is not specifying asset Type, it will be created as a FOLDER.")

# extract the asset_id and the asset_type from the different parts
Expand Down

0 comments on commit c7b87e8

Please sign in to comment.