From 91b94ad91923d02373b12a1b3e56ea37d3929f4d Mon Sep 17 00:00:00 2001 From: jeffdi Date: Fri, 26 Nov 2021 15:32:13 -0800 Subject: [PATCH] test gen_gpio_defaults.py --- scripts/gen_gpio_defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen_gpio_defaults.py b/scripts/gen_gpio_defaults.py index a53ac887..a6e609fd 100755 --- a/scripts/gen_gpio_defaults.py +++ b/scripts/gen_gpio_defaults.py @@ -293,7 +293,7 @@ if __name__ == '__main__': if testmode: print('Test only: Caravan layout:') - with open(magpath + '/caravan.mag', 'r') as ifile: + with open(caravel_path + '/mag/caravan.mag', 'r') as ifile: maglines = ifile.read().splitlines() outlines = [] for magline in maglines: