Skip to content

Commit 58aff4e

Browse files
dwrobeltomasz-karczewski-red
authored andcommitted
Explicitly use python version 2 (python2)
Fixes: "Warning: gclient doesn't yet support Python 3 and may not work correctly." Using just 'python', without explicitely requesting a particular version, is ambiguous. So, as long as glient claims it is not supporting python3 use python2 explicitely. Signed-off-by: Damian Wrobel <[email protected]>
1 parent 832f11d commit 58aff4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# Copyright 2013 The Flutter Authors. All rights reserved.
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.

0 commit comments

Comments
 (0)