Skip to content

Commit

Permalink
fix: fix backward incompatibility error
Browse files Browse the repository at this point in the history
  • Loading branch information
spatocode committed Sep 27, 2023
1 parent 7ddf883 commit 67db8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/python.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (p *Python) getVirtualEnvironment() (string, error) {

// Builds the Python deployment package
func (p *Python) Build(config *Config, functionContent string) (string, string, error) {
function := config.Lambda.Handler
function := config.Platform.Handler
tempDir, err := os.MkdirTemp(os.TempDir(), "jerm-package")
if err != nil {
return "", "", err
Expand Down

0 comments on commit 67db8d5

Please sign in to comment.