Commit 6a5aa668 authored by Gregory Nisbet's avatar Gregory Nisbet Committed by LUCI CQ

export PYTHONDONTWRITEBYTECODE instead of just defining constant

BUG=chromium:1040314
TEST=shellcheck
Change-Id: I237df73daad84aeebfc934c9ddcc3eb632598827
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1995993Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Gregory Nisbet <gregorynisbet@google.com>
parent d339e366
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
## ./git-foo-command #=> runs `python git_foo_command.py` ## ./git-foo-command #=> runs `python git_foo_command.py`
## Constants ## Constants
PYTHONDONTWRITEBYTECODE=1 PYTHONDONTWRITEBYTECODE=1; export PYTHONDONTWRITEBYTECODE
## "Input parameters". ## "Input parameters".
# If set before the script is sourced, then we'll use the pre-set values. # If set before the script is sourced, then we'll use the pre-set values.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment