From 0ef234e8379f101cc010025a6c48d340a838146b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 27 Apr 2022 11:26:51 +0200 Subject: [PATCH] python3 she-bang fix --- tmtccli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmtccli.py b/tmtccli.py index 0ae3990..c80e4ac 100755 --- a/tmtccli.py +++ b/tmtccli.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """ @brief TMTC Commander entry point for command line mode. @details