File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ custom:
17
17
fileName : ${opt:fileName, 'requirements.txt'}
18
18
useStaticCache : ${opt:useStaticCache, self:custom.defaults.useStaticCache}
19
19
useDownloadCache : ${opt:useDownloadCache, self:custom.defaults.useDownloadCache}
20
- cacheLocation : ${opt:cacheLocation, self:custom.defaults.cacheLocation }
20
+ cacheLocation : ${opt:cacheLocation, '' }
21
21
defaults :
22
22
slim : false
23
23
slimPatterns : false
@@ -27,14 +27,13 @@ custom:
27
27
individually : false
28
28
useStaticCache : false
29
29
useDownloadCache : false
30
- cacheLocation : ' '
30
+ include : [handler.py]
31
31
32
32
package :
33
33
individually : ${opt:individually, self:custom.defaults.individually}
34
34
exclude :
35
35
- ' **/*'
36
- include :
37
- - handler.py
36
+ include : ${opt:include, self:custom.defaults.include}
38
37
39
38
functions :
40
39
hello :
You can’t perform that action at this time.
0 commit comments