Commit 0abcd264 authored by iannucci's avatar iannucci Committed by Commit bot

Fix typobug in bot_update.py.

Extra comma changes type from dict to tuple :(

TBR=agable@chromium.org, estaab@chromium.org, hinoka@chromium.org, martiniss@chromium.org
BUG=643885
NOPRESUBMIT=true
NOTRY=true

Review-Url: https://codereview.chromium.org/2325763002
parent 92ded3f2
......@@ -1452,7 +1452,7 @@ def print_debug_info():
'BUILD_DIR': BUILD_DIR,
'ROOT_DIR': ROOT_DIR,
'DEPOT_TOOLS_DIR': DEPOT_TOOLS_DIR,
},
}
for k, v in sorted(debug_params.iteritems()):
print "%s: %r" % (k, v)
......
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