Switch script to use python3, as python is no longer available

I guess good luck to the Jenkins CI?
This commit is contained in:
Dimitri John Ledkov 2020-01-29 18:00:52 +00:00
parent ac40a3758f
commit cbaab430a3
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ else
fi
python -c '
python3 -c '
import os, sys, yaml
with open("new_installer/var/lib/snapd/seed/seed.yaml") as fp:
old_seed = yaml.safe_load(fp)