test gen_gpio_defaults.py

This commit is contained in:
jeffdi 2021-11-26 15:32:13 -08:00
parent fd81e0814b
commit 91b94ad919
1 changed files with 1 additions and 1 deletions

View File

@ -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: