Skip to content

Commit 882e364

Browse files
authored
Ignore stderr message
1 parent da40023 commit 882e364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class PkgPyFuncs {
9999
}
100100

101101
if (ret.stderr.length != 0){
102-
throw new this.serverless.classes.Error(`[serverless-package-python-functions] ${ret.stderr.toString()}`)
102+
this.log(ret.stderr.toString())
103103
}
104104

105105
const out = ret.stdout.toString()

0 commit comments

Comments
 (0)