Skip to content

Commit eeca079

Browse files
committed
Comment
1 parent 6880627 commit eeca079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify/_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class Configuration(CrawleeConfiguration):
251251
),
252252
description='Date when the Actor will time out',
253253
),
254-
BeforeValidator(lambda val: val if val != '' else None),
254+
BeforeValidator(lambda val: val if val != '' else None), # We should accept empty environment variables as well
255255
] = None
256256

257257
standby_port: Annotated[

0 commit comments

Comments
 (0)