[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2007/8267] bitbake: dump_cache.py: use python3 as interpreter



commit eefb4b66c8628fbf366ebc5c23cfe013c8fa3756
Author: Robert Yang <liezhi yang windriver com>
Date:   Thu Aug 18 01:26:13 2016 -0700

    bitbake: dump_cache.py: use python3 as interpreter
    
    Fixed:
      File "bitbake/contrib/dump_cache.py", line 39
        print("Error, need one argument!", file=sys.stderr)
    
    (Bitbake rev: 435c6fb838b9f38c0477bcc2f07c8ce22999132b)
    
    Signed-off-by: Robert Yang <liezhi yang windriver com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 bitbake/contrib/dump_cache.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bitbake/contrib/dump_cache.py b/bitbake/contrib/dump_cache.py
index a1f09b4..f4d4c1b 100755
--- a/bitbake/contrib/dump_cache.py
+++ b/bitbake/contrib/dump_cache.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # ex:ts=4:sw=4:sts=4:et
 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]