Skip to content

Commit

Permalink
Sets pkl as the default aws lambda output format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilloy committed Sep 19, 2019
1 parent b197e2a commit a872a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podpac/core/managers/aws_lambda.py
Expand Up @@ -65,7 +65,7 @@ def _AWS_REGION_NAME_default(self):

source = tl.Instance(Node, allow_none=False, help="Node to evaluate in a Lambda function.")

source_output_format = tl.Unicode(default_value="png", allow_none=False, help="Image output format.")
source_output_format = tl.Unicode(default_value="pkl", allow_none=False, help="Output format.")
source_output_name = tl.Unicode(allow_none=False, help="Image output name.")

attrs = tl.Dict()
Expand Down

0 comments on commit a872a78

Please sign in to comment.