We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54b1d8 commit ae24ef6Copy full SHA for ae24ef6
python/private/site_init_template.py
@@ -20,7 +20,7 @@
20
_IMPORTS_STR = "%imports%"
21
# Though the import all value is the correct literal, we quote it
22
# so this file is parsable by tools.
23
-_IMPORT_ALL = True if "%import_all%" == "True" else False
+_IMPORT_ALL = "%import_all%" == "True"
24
_WORKSPACE_NAME = "%workspace_name%"
25
# runfiles-relative path to this file
26
_SELF_RUNFILES_RELATIVE_PATH = "%site_init_runfiles_path%"
0 commit comments