Skip to content

Commit b3f1a5a

Browse files
committed
Update __init__.py
1 parent b8392ae commit b3f1a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def _configure_app_execution_id_logging():
444444

445445
def _enable_execution_id_logging():
446446
# Based on distutils.util.strtobool
447-
truthy_values = ('y', 'yes', 't', 'true', 'on', '1')
447+
truthy_values = ("y", "yes", "t", "true", "on", "1")
448448
env_var_value = os.environ.get("LOG_EXECUTION_ID")
449449
return env_var_value in truthy_values
450450

0 commit comments

Comments
 (0)