Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 32c860a

Browse files
author
Yasser Elsayed
authored
Fix build at HEAD (#2122)
* flake8 fix * fix third party license path
1 parent c6050c7 commit 32c860a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

containers/base/third_party_licenses.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Mako,https://raw.githubusercontent.com/zzzeek/mako/master/LICENSE,MIT
66
python-editor,https://raw.githubusercontent.com/fmoo/python-editor/master/LICENSE,Apache v2
77
tzlocal,https://raw.githubusercontent.com/regebro/tzlocal/master/LICENSE.txt,MIT
88
itsdangerous,https://raw.githubusercontent.com/pallets/itsdangerous/master/LICENSE.rst,3-Clause BSD
9-
Werkzeug,https://raw.githubusercontent.com/pallets/werkzeug/master/LICENSE,3-Clause BSD
9+
Werkzeug,https://raw.githubusercontent.com/pallets/werkzeug/master/LICENSE.rst,3-Clause BSD
1010
click,https://raw.githubusercontent.com/pallets/click/master/LICENSE,3-Clause BSD
1111
alembic,https://raw.githubusercontent.com/zzzeek/alembic/master/LICENSE,MIT
1212
sqlalchemy,https://raw.githubusercontent.com/zzzeek/sqlalchemy/master/LICENSE,MIT

tools/cli/datalab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def run():
406406
datalab_version = component_versions.get(datalab_component, 'UNKNOWN')
407407

408408
if args.diagnose_me:
409-
if args.verbosity is 'default':
409+
if args.verbosity == 'default':
410410
args.verbosity = 'debug'
411411
print('Running with diagnostic messages enabled')
412412
print('Using the command "{}" to invoke gcloud'.format(gcloud_cmd))

0 commit comments

Comments
 (0)