From 30de9553b108f07274fff29c3005155d8ac10e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=A3=8A?= Date: Mon, 29 Mar 2021 20:51:36 +0800 Subject: [PATCH] fixed warn check --- parser/func_to_graph/func2graph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parser/func_to_graph/func2graph.py b/parser/func_to_graph/func2graph.py index ef52916..2ea3e93 100644 --- a/parser/func_to_graph/func2graph.py +++ b/parser/func_to_graph/func2graph.py @@ -1,5 +1,5 @@ -#!/usr/bin/python3 -# -*- coding: utf-8 -*- +#!/usr/bin/env python +# coding: utf-8 #------------------------------------------------------------------- # Purpose: # Copyright 2020 Huawei Technologies Co., Ltd. All rights reserved.