From 74e20e247129b4b22bdc8917c43d87dd6acc4e6e Mon Sep 17 00:00:00 2001 From: serv-inc Date: Fri, 30 Oct 2020 20:44:51 +0100 Subject: [PATCH 1/2] chore: shebang to document python3 --- image_conf/flash_build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/image_conf/flash_build.py b/image_conf/flash_build.py index d43ab601..e41dd88f 100644 --- a/image_conf/flash_build.py +++ b/image_conf/flash_build.py @@ -1,3 +1,4 @@ +#! /usr/bin/env python3 # -*- coding:utf-8 -*- import os From a0fbac10efa248de2e423c32e67e0c2e4eb54f3c Mon Sep 17 00:00:00 2001 From: serv-inc Date: Fri, 30 Oct 2020 20:48:36 +0100 Subject: [PATCH 2/2] chore: chmod flash_build.py - to enable calling like ./flash_build.py --- image_conf/flash_build.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 image_conf/flash_build.py diff --git a/image_conf/flash_build.py b/image_conf/flash_build.py old mode 100644 new mode 100755