From 0242c9e6d2ebf05b89eba34023db39fe6610485d Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Thu, 24 Sep 2020 15:24:30 +0200 Subject: [PATCH] Explicitly use python3 --- configs/swerv_config_gen.py | 2 +- swerv.core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/swerv_config_gen.py b/configs/swerv_config_gen.py index 83623b4..ee35015 100644 --- a/configs/swerv_config_gen.py +++ b/configs/swerv_config_gen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from fusesoc.capi2.generator import Generator import os import shutil diff --git a/swerv.core b/swerv.core index 426cf1a..ede801a 100644 --- a/swerv.core +++ b/swerv.core @@ -142,7 +142,7 @@ generate: generators: swerv_config: - interpreter: python + interpreter: python3 command: configs/swerv_config_gen.py description : Create a SweRV configuration. Note! Only supports the default config