From 259fd9c7809a022dc86993dd38d8d5124a391944 Mon Sep 17 00:00:00 2001 From: Manuel Eggimann Date: Fri, 9 Dec 2022 01:46:58 +0100 Subject: [PATCH] Patch shebang of slm_hyper python script --- bin/slm_hyper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/slm_hyper.py b/bin/slm_hyper.py index 91ab3bf..56177f6 100755 --- a/bin/slm_hyper.py +++ b/bin/slm_hyper.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 #Written by ABA to update the format of the slm file to be compliant with hyperflash model used in testbench import numpy as np